Skip to content

Commit 4c9244f

Browse files
committed
fix: semicolon encoding workaround
1 parent 9798cae commit 4c9244f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/core/auth-config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ export const authConfig: AuthConfig = {
1111
timeoutFactor: 0.25, // For faster testing
1212
sessionChecksEnabled: true,
1313
showDebugInformation: true, // Also requires enabling "Verbose" level in devtools
14-
clearHashAfterLogin: false, // https://github.com/manfredsteyer/angular-oauth2-oidc/issues/457#issuecomment-431807040
14+
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
1516
};

0 commit comments

Comments
 (0)