<div dir="ltr">Thanks Stian, got it to work.<div><br></div><div>Strangely enough this validation endpoint is not returned in the keycloak response on /auth/realms/[realm]/.well-known/openid-configuration . Also I tried to find any standard reference in the OpenID Connect 1.0 specification and there is no mentioning of this mechanism. So I assume its not a standard OpenID method right?</div><div><br></div><div>Kind Regards,</div><div>Niels</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 2, 2015 at 5:40 PM, Stian Thorgersen <span dir="ltr">&lt;<a href="mailto:stian@redhat.com" target="_blank">stian@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Keycloak has an endpoint to verify token. URL is:<br>
<br>
  /auth/realms/&lt;realm&gt;/protocol/openid-connect/validate<br>
<br>
It takes a single query_param &#39;access_token&#39;. If token is valid the response will be the token as json document, otherwise it&#39;ll return an error.<br>
<div><div class="h5"><br>
----- Original Message -----<br>
&gt; From: &quot;Niels Bertram&quot; &lt;<a href="mailto:nielsbne@gmail.com">nielsbne@gmail.com</a>&gt;<br>
&gt; To: <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
&gt; Sent: Monday, 29 June, 2015 5:30:51 PM<br>
&gt; Subject: [keycloak-user] keycloak 1.3.1 OpenID Connect token introspection    url<br>
&gt;<br>
&gt; Hi there,<br>
&gt;<br>
&gt; I am trying to configure a server side (RP) client which requires a JWT<br>
&gt; introspection URL on the OP. I tried to find such endpoint on the KeyCloak<br>
&gt; server without avail neither did I actually find any url of type<br>
&gt; &quot;introspect&quot; in the OpenID Connect Specification.<br>
&gt;<br>
&gt; Does anyone know if/how a OAuth2 client can validate a JWT token via a back<br>
&gt; channel with the KeyCloak server?<br>
&gt;<br>
&gt; The client I am trying to configure is the MITREid client as per<br>
&gt; <a href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Token-Introspecting-Client-Config" rel="noreferrer" target="_blank">https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Token-Introspecting-Client-Config</a><br>
&gt;<br>
&gt; Looking at the code, the client will issue a post to the introspection<br>
&gt; endpoint with some form data:<br>
&gt;<br>
&gt; POST /auth/realms/myrealm/protocol/openid-connect/introspect HTTP/1.1<br>
&gt; Host: localhost:8080<br>
&gt; Cache-Control: no-cache<br>
&gt; Content-Type: application/x-www-form-urlencoded<br>
&gt;<br>
&gt; client_id=myapp&amp;client_secret=mysupersecret&amp;token=eyJhbGciO[trunkated but<br>
&gt; valid access token]<br>
&gt;<br>
&gt; Any pointers are much appreciated.<br>
&gt;<br>
&gt; Kind Regards,<br>
&gt; Niels<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; keycloak-user mailing list<br>
&gt; <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
&gt; <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>