TNG / keycloak-mock

A Java library to test REST endpoints secured by Keycloak via OpenID connect.
Apache License 2.0
120 stars 27 forks source link

support Keycloak 18's logout/?post_logout_redirect_uri #137

Closed hankem closed 1 year ago

hankem commented 1 year ago

Since https://github.com/keycloak/keycloak/pull/10887, Keycloak is compliant with "OpenID Connect RP-Initiated Logout" and uses the post_logout_redirect_uri (instead of redirect_url) parameter at the logout endpoint.