We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9798cae commit 4c9244fCopy full SHA for 4c9244f
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