mirror of
https://github.com/keycloak/keycloak.git
synced 2026-06-08 16:42:13 -04:00
[KEYCLOAK-10790] - KeycloakInstalled adapter can not logoutDesktop more than once
This commit is contained in:
parent
da6f7d697f
commit
e70f702bc5
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ public class KeycloakInstalled {
|
|||
|
||||
String redirectUri = String.format("http://%s:%s", getListenHostname(), callback.getLocalPort());
|
||||
|
||||
String logoutUrl = deployment.getLogoutUrl()
|
||||
String logoutUrl = deployment.getLogoutUrl().clone()
|
||||
.queryParam(OAuth2Constants.REDIRECT_URI, redirectUri)
|
||||
.build().toString();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue