Skip to content
This repository was archived by the owner on Oct 12, 2020. It is now read-only.

Commit f63e407

Browse files
committed
update for KEYCLOAK-7166 Added the possibility of not logging out of remote idp
1 parent e85007f commit f63e407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/keycloak/protocol/cas/endpoints/LogoutEndpoint.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public Response logout(@QueryParam(CASLoginProtocol.SERVICE_PARAM) String servic
5858
if (redirectUri != null) userSession.setNote(CASLoginProtocol.LOGOUT_REDIRECT_URI, redirectUri);
5959

6060
logger.debug("Initiating CAS browser logout");
61-
Response response = AuthenticationManager.browserLogout(session, realm, authResult.getSession(), session.getContext().getUri(), clientConnection, headers);
61+
Response response = AuthenticationManager.browserLogout(session, realm, authResult.getSession(), session.getContext().getUri(), clientConnection, headers, null);
6262
logger.debug("finishing CAS browser logout");
6363
return response;
6464
}

0 commit comments

Comments
 (0)