Files
Shogi/Tests/AcceptanceTests/appsettings.json
Lucas Morgan 26fd955aa4 Fix claims.
Use OID instead of email for microsoft identifier.
Fix PlayerCount route.
Add created date to user table.
Create spectator icon.
2023-01-20 20:48:38 -06:00

12 lines
366 B
JSON

{
"ServiceUrl": "https://localhost:5001",
"Auth": {
"TenantId": "d6019544-c403-415c-8e96-50009635b6aa",
"ClientId": "78b12a47-440c-4cc7-9402-f573a2802951",
"SecretValue": "REDACTED",
"Comment": "Go make a secrete in azure portal when it is time to deploy.",
"Scopes": [
"api://c1e94676-cab0-42ba-8b6c-9532b8486fff/.default"
]
}
}