[KEYCLOAK-10790] - KeycloakInstalled adapter can not logoutDesktop more than once

This commit is contained in:
Pedro Igor 2020-08-03 14:55:44 -03:00 committed by Stian Thorgersen
parent da6f7d697f
commit e70f702bc5

View file

@ -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();