fix(auth): keycloak authentication post logout redirect for Keycloak 18+ (#5878)

This commit is contained in:
Jason Minard
2023-08-10 16:45:06 -05:00
committed by GitHub
parent 3855d2c853
commit 491d63ceee
3 changed files with 21 additions and 4 deletions

View File

@@ -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