<div dir="ltr">You need to do a post to that URL rather than a redirect/GET. It should include the param refresh_token with the value of the refresh token you retrieved from &quot;../token&quot;.</div><div class="gmail_extra"><br><div class="gmail_quote">On 29 June 2016 at 08:35, Jannik Hüls <span dir="ltr">&lt;<a href="mailto:jannik.huels@googlemail.com" target="_blank">jannik.huels@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">What logout url do I have to call? After call I the <i>/auth/realms/{realm}/protocol/openid-connect/logout?redirect_uri= </i>endpoint still the session is valid. (But removed in the admin console) <div><div class="h5"><div><br></div><div><div><blockquote type="cite"><div>On 28 Jun 2016, at 15:49, Stian Thorgersen &lt;<a href="mailto:sthorger@redhat.com" target="_blank">sthorger@redhat.com</a>&gt; wrote:</div><br><div><div dir="ltr">Direct grant (tokens obtained directly from /auth/realms/{realm}/protocol/openid-connect/token) results in a new user session being created. This session is not tied to the browser session in any way. To do that you should use the proper redirect based login. <div><br></div><div>The token introspection endpoint returns that the token is still valid after you&#39;ve logged from the admin console because you have two separate user sessions. To invalidate the token obtain directly from &#39;token&#39; endpoint you&#39;d have to call logout on that separately.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 June 2016 at 10:08, Jannik Hüls <span dir="ltr">&lt;<a href="mailto:jannik.huels@googlemail.com" target="_blank">jannik.huels@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi,<div><br></div><div>I use the <i>/auth/realms/{realm}/protocol/openid-connect/token</i>  endpoint to create a User Session. The Session is shown inside keycloak and i get the access_token, refresh_token and id_token.</div><div>When I now call the <i>/auth/realms/{realm}/protocol/openid-connect/token/introspect </i>I get a valid response containing <i>“active”:”true” </i>amongst others. I call it using POST method and providing <i>cient_id</i>, <i>client_secret</i> and <i>token</i> parameter as data. The <i>token</i> parameter contains the <i>access_token</i> value. </div><div><br></div><div>I now log in to keycloak administrator and logout the User. Now I again call the introspection endpoint but still get a response containing <i>&quot;active&quot;:”true”</i>. It seems that keycloak is caching the User Session and after some time I get <i>“active”:”false”. </i>May I be able to disable caching and to immediately get a introspection response that indicates that the User Session does not longer exist?</div><div><br></div><div>Btw.: The same happens when I call the <i>/auth/realms/{realm}/protocol/openid-connect/logout?redirect_uri= </i>endpoint. I provided the <i>access_token</i> in the header. POST parameters are <i>client_id</i>, <i>client_secret</i> and <i>refresh_token</i> is this case.</div><div><br></div><div>I use the introspection endpoint in the different RPs I use to validate whether the access_token is revoked in order to introduce single logout. Hence it would be nice to disable the caching to have less inconsistence. </div><div><br></div><div>Bests</div><span><font color="#888888"><div>Jannik</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></font></span></div><br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></blockquote></div><br></div>
</div></blockquote></div><br></div></div></div></div><br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br></blockquote></div><br></div>