You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous versions of Keycloak had supported automatic logout of the user and redirecting to the application by opening logout endpoint URL such as http(s)://example-host/auth/realms/my-realm-name/protocol/openid-connect/logout?redirect_uri=encodedRedirectUri. While that implementation was easy to use, it had potentially negative impact on performance and security. The new version has better support for logout based on the OpenID Connect RP-Initiated Logout specification. The parameter redirect_uri is no longer supported; also, in the new version, the user needs to confirm the logout. It is possible to omit the confirmation and do automatic redirect to the application when you include parameter post_logout_redirect_uri together with the parameter id_token_hint with the ID Token used for login.
I upgrade keycloak-js to latest version (18.0.0), the problem is no more. But I'm not sure if everything works correctly with the updated package. Need testing :) yarn upgrade keycloak-js
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
Environment
Self-Hosted (Bare Metal)
Version
2.0.9
Describe the problem
Keycloak 18.0.0 release notes:
https://www.keycloak.org/2022/04/keycloak-1800-released.html
Additional info
No response
Please tick the boxes
The text was updated successfully, but these errors were encountered: