Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.79 KB

changes-19_0_2.adoc

File metadata and controls

31 lines (24 loc) · 1.79 KB

OpenID Connect Logout Prompt

While the url parameters can now be configured to be compatible, there was still one incompatibility with keycloak 17 and earlier releases. If the user does not provide an valid idTokenHint, a logout prompt appears instead of a successful logout redirect. Therefore, a new compatibility flag suppress-logout-confirmation-screen is introduced to suppress the logout screen.

With this configuration, you can still use the logout endpoint without a user prompt.

Warning
The backwards compatibility switch will be removed in some future version - probably Keycloak 23. You are encouraged to update your clients as soon as possible as described above rather than rely on this switch.