fixes the web client auth
This commit is contained in:
parent
2bc0ce7a18
commit
0615573f91
1 changed files with 2 additions and 8 deletions
|
|
@ -77,10 +77,8 @@ public static class Config
|
|||
|
||||
RedirectUris = { "https://localhost:5003/signin-oidc",
|
||||
"http://localhost:5002/signin-oidc" },
|
||||
PostLogoutRedirectUris = {
|
||||
"http://localhost:5002/signout-callback-oidc",
|
||||
"https://localhost:5003/signout-callback-oidc" },
|
||||
|
||||
PostLogoutRedirectUris = { "https://localhost:5003/signout-callback-oidc",
|
||||
"http://localhost:5002/signout-callback-oidc" },
|
||||
|
||||
AllowedScopes = {
|
||||
IdentityServerConstants.StandardScopes.OpenId,
|
||||
|
|
@ -88,10 +86,6 @@ public static class Config
|
|||
IdentityServerConstants.StandardScopes.Email,
|
||||
IdentityServerConstants.StandardScopes.OfflineAccess,
|
||||
"scope2" }
|
||||
,
|
||||
AllowedCorsOrigins=new string[]{"*"},
|
||||
AllowRememberConsent=true
|
||||
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue