<div dir="ltr">Hi Team we are facing the below issue with logout.<div><br></div><div>i use login/logout restful service:</div><div><br></div><div>after login</div><div>i get tokenid say "t1" and refreshtokenid say "rt1"<br><div><br></div><div>1) We have registered a webservice as a keycloak client (example demo123) with access type as bearer.</div><div>2) When I call the logout rest service:</div><div><br></div><div>if (isPublic()) { // if client is public access type
formparams.add(new BasicNameValuePair(OAuth2Constants.CLIENT_ID, "demo123"));
} <br></div><div><br></div><div>URI logoutUri = KeycloakUriBuilder.fromUri(getBaseUrl(request) + "/auth")
.path(ServiceUrlConstants.TOKEN_SERVICE_LOGOUT_PATH)
.build("RealmName");<br></div><div><br></div><div>the logout gives 204 for client's access type as open.</div><div><br></div><div>but when i again hit the service with the token id "t1" after logout.</div></div><div>Still i can get the response. <b>Note this response doesnt hit keycloak</b>.</div><div><br></div><div>Regards,</div><div>Satya</div></div>