Skip to content

Commit

Permalink
chore(deps): Use "nonce" parameter again with Keycloak 26
Browse files Browse the repository at this point in the history
  • Loading branch information
grgrzybek committed Oct 28, 2024
1 parent 4f3a8eb commit b5288ef
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,7 @@ class KeycloakService implements IKeycloakService {
const pkceMethod = config?.pkceMethod
const initOptions: KeycloakInitOptions = {
onLoad: 'login-required',
pkceMethod,
// required for Keycloak 23
// see: https://github.com/keycloak/keycloak/issues/26651
// and we can't switch to Keycloak 25
// see: https://github.com/keycloak/keycloak/issues/27624
useNonce: false,
pkceMethod
}
return initOptions
}
Expand Down

0 comments on commit b5288ef

Please sign in to comment.