WARN BROCKEN

This commit is contained in:
Paul Schneider
2025-02-15 18:40:46 +00:00
parent 4dd7353235
commit 5b5016fedf
5 changed files with 25 additions and 18 deletions

View File

@ -76,7 +76,9 @@ public static class Config
RedirectUris = { "https://localhost:5003/signin-oidc",
"http://localhost:5002/signin-oidc" },
PostLogoutRedirectUris = { "https://localhost:5003/signout-callback-oidc" },
PostLogoutRedirectUris = {
"http://localhost:5002/signout-callback-oidc",
"https://localhost:5003/signout-callback-oidc" },
AllowOfflineAccess = true,
@ -86,6 +88,10 @@ public static class Config
IdentityServerConstants.StandardScopes.Email,
IdentityServerConstants.StandardScopes.OfflineAccess,
"scope2" }
,
AllowedCorsOrigins=new string[]{"*"},
AllowRememberConsent=true
},
};