fix(auth): keycloak authentication post logout redirect for Keycloak 18+ (#5878)
This commit is contained in:
@@ -57,4 +57,9 @@ props:
|
||||
title: Logout Endpoint URL
|
||||
hint: e.g. https://KEYCLOAK-HOST/auth/realms/YOUR-REALM/protocol/openid-connect/logout
|
||||
order: 9
|
||||
logoutUpstreamRedirectLegacy:
|
||||
type: Boolean
|
||||
title: Legacy Logout Redirect
|
||||
hint: Pass the legacy 'redirect_uri' parameter to the logout endpoint. Leave disabled for Keycloak 18 and above.
|
||||
order: 10
|
||||
|
||||
|
||||
Reference in New Issue
Block a user