We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b326295 commit 1968e19Copy full SHA for 1968e19
src/app/core/auth-config.ts
@@ -11,5 +11,6 @@ export const authConfig: AuthConfig = {
11
timeoutFactor: 0.25, // For faster testing
12
sessionChecksEnabled: true,
13
showDebugInformation: true, // Also requires enabling "Verbose" level in devtools
14
- clearHashAfterLogin: false, // https://github.com/manfredsteyer/angular-oauth2-oidc/issues/457#issuecomment-431807040
+ clearHashAfterLogin: false, // https://github.com/manfredsteyer/angular-oauth2-oidc/issues/457#issuecomment-431807040,
15
+ nonceStateSeparator : 'semicolon' // Real semicolon gets mangled by IdentityServer's URI encoding
16
};
0 commit comments