Skip to content

Commit

Permalink
[AAE-19762] Add nonceStateSeparator to authConfig (#9311)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoABastos committed Feb 8, 2024
1 parent 7238df1 commit a893faf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/core/src/lib/auth/oidc/auth-config.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class AuthConfigService {
...oauth2,
oidc: oauth2.implicitFlow || oauth2.codeFlow || false,
issuer: oauth2.host,
nonceStateSeparator: '~',
redirectUri,
silentRefreshRedirectUri: oauth2.redirectSilentIframeUri,
postLogoutRedirectUri: `${origin}/${oauth2.redirectUriLogout}`,
Expand Down

0 comments on commit a893faf

Please sign in to comment.