<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 &quot;t1&quot; and refreshtokenid say &quot;rt1&quot;<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, &quot;demo123&quot;));
} <br></div><div><br></div><div>URI logoutUri = KeycloakUriBuilder.fromUri(getBaseUrl(request) + &quot;/auth&quot;)
 .path(ServiceUrlConstants.TOKEN_SERVICE_LOGOUT_PATH)
 .build(&quot;RealmName&quot;);<br></div><div><br></div><div>the logout gives 204 for client&#39;s access type as open.</div><div><br></div><div>but when i again hit the service with the token id &quot;t1&quot; 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>