Skip to content

Commit 8120623

Browse files
committed
Defined AADB2C RedirectUris
1 parent a10f3f7 commit 8120623

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"DetailedErrors": true
2+
"DetailedErrors": true,
3+
"AzureAdB2C:RedirectUri": "http://localhost:5208/authentication/login-callback",
34
"GameServiceBaseAddress": "http://localhost:5011/games",
45
"UserServicePublicBaseAddress": "http://localhost:5011/users/public"
56
}

src/CodeBreaker.Blazor.Client/wwwroot/appsettings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"AzureAdB2C": {
33
"Authority": "https://codebreaker3000.b2clogin.com/codebreaker3000.onmicrosoft.com/B2C_1_SUSI",
44
"ClientId": "558b37b7-0a71-4463-9d3c-d74220b7e5ee",
5-
"ValidateAuthority": false
6-
}
5+
"ValidateAuthority": false,
6+
"RedirectUri": "https://blazor.codebreaker.app/authentication/login-callback"
77
},
88
"GameServiceBaseAddress": "https://codebreaker.cninnovation.com/games",
99
"UserServicePublicBaseAddress": "https://codebreaker.cninnovation.com/users/public"

0 commit comments

Comments
 (0)