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 authored and tadayosi committed Nov 14, 2024
1 parent e9645dc commit 84b18dc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/hawtio/src/plugins/auth/keycloak/keycloak-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,6 @@ class KeycloakService implements IKeycloakService {
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,
}
return initOptions
}
Expand Down

0 comments on commit 84b18dc

Please sign in to comment.