Logout from Keycloak no longer works with Keycloak 18.0.0 #5213
Unanswered
chrisx8
asked this question in
Error / Bug Report
Replies: 1 comment 1 reply
-
Any updates on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The issue
The "Logout from Keycloak on Logout" option in the Keycloak authentication strategy no longer works with Keycloak 18.0.0.
Keycloak 18 removed support for the
redirect_uri
parameter on the OIDC logout endpoint for security reasons.If I enable the "Logout from Keycloak on Logout" option and configure the "Logout Endpoint URL", I will be redirected to
https://keycloak.example.com/realms/my-realm/protocol/openid-connect/logout?redirect_uri=https%3A%2F%2Fwiki.example.com
. Since this includes the removedredirect_uri
parameter, I get this error from Keycloak:Expected behavior
"Logout from Keycloak on Logout" works properly.
Potential solutions
redirect_uri
parameter with Keycloak logout requests.redirect_uri
is not sent).References
Beta Was this translation helpful? Give feedback.
All reactions