Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyCloakAuthenticator: switch "redirect_uri" for "post_logout_redirect_uri" in logout config #126

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

jezwilkinson
Copy link
Contributor

"?redirect_uri=[...]" in the logout redirect is deprecated in the current version of Keycloak and needs a legacy compatibility mode to be enabled to support it (see #125).

This commit switches that out for "?post_logout_redirect_uri=[...]&client_id=[client_id]", which is supported for logout URIs in OIDC: https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RPLogout

@etejedor etejedor requested a review from diocas November 22, 2024 11:06
@etejedor
Copy link
Contributor

Thank you @jezwilkinson we will have a look asap.

@diocas diocas merged commit 7d67f0f into swan-cern:master Nov 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants