Logout with keycloak 18.0.2 #888
HoussemGargouri
started this conversation in
General
Replies: 2 comments 1 reply
-
Most probably you're using |
Beta Was this translation helpful? Give feedback.
1 reply
-
for the record: support for storing the id_token in a client-cookie based session was added in 2.4.12 99373b6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In version 15 of Keycloak we used the logout with the :
URL : https://auth..../oidc-callback?logout=<..>
We are currently working on updating the version of Keycloak to 18. So this URL no longer works because it requires a new parameter id_token_hint which is currently not provided with this module. Is there a way to solve this problem?
we had log in our keycloak server :
{"timestamp":"2022-07-22T15:09:08.769Z","sequence":8539,"loggerClassName":"org.jboss.logging.Logger","loggerName":"org.keycloak.protocol.oidc.endpoints.LogoutEndpoint","level":"WARN","message":"Parameter 'id_token_hint' is required when 'post_logout_redirect_uri' is used.","threadName":"executor-thread-25","threadId":116,"mdc":{},"ndc":"","hostName":"keycloak1","processName":"QuarkusEntryPoint","processId":1} {"timestamp":"2022-07-22T15:09:08.778Z","sequence":8540,"loggerClassName":"org.jboss.logging.Logger","loggerName":"org.keycloak.events","level":"WARN","message":"type=LOGOUT_ERROR, realmId=usagers, clientId=null, userId=null, ipAddress=88.127.129.209, error=invalid_request","threadName":"executor-thread-25","threadId":116,"mdc":{},"ndc":"","hostName":"keycloak1","processName":"QuarkusEntryPoint","processId":1}
Thx !
Beta Was this translation helpful? Give feedback.
All reactions