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
At this moment the library does not offer support for setting the client_id in the logout URL and the post_logout_redirect_uri query param is set only if idTokenHint function param is set.
Discussion
No response
Motivation
The library should match the Keycloak Server capabilities.
Description
In Keycloak 19 was added support for
client_id
as described in the OIDC RP-Initiated specification.More details could be found here keycloak/keycloak#12002 (comment)
At this moment the library does not offer support for setting the
client_id
in the logout URL and thepost_logout_redirect_uri
query param is set only ifidTokenHint
function param is set.Discussion
No response
Motivation
The library should match the Keycloak Server capabilities.
Details
The logout function should look like this
A part of the above implementation is already done #420.
The text was updated successfully, but these errors were encountered: