[keycloak-dev] Token validator endpoint (for humans)

Stian Thorgersen sthorger at redhat.com
Thu Apr 5 10:46:04 EDT 2018


This is not a third party rest service. Just a tool for humans. There's
already a rest service that lets you check tokens it's the token
introspection endpoint.

On 5 April 2018 at 16:30, Sebastien Blanc <sblanc at redhat.com> wrote:

> Really nice !
>
> I just gave it a try and it works perfectly.
>
> I was thinking that we could maybe add an extra @POST endpoint that
> returns a json object so that third parties could integrate with this
> service, wdyt ?
>
>
>
>
> On Thu, Apr 5, 2018 at 2:04 PM, Stian Thorgersen <sthorger at redhat.com>
> wrote:
>
>> I added an example token validator endpoint that I needed for some
>> demonstration purposes. Question would this be useful to add directly to
>> Keycloak?
>>
>> It provides a simple form where you can paste in the base64 token. It will
>> then output the header, claims and whether or not the token is valid. It
>> uses realm keys to verify the signature so you don't have to paste that in
>> manually (like you do on jwt.io).
>>
>> For those to lazy to try it out I've attached a screenshot.
>>
>> _______________________________________________
>> keycloak-dev mailing list
>> keycloak-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>>
>
>


More information about the keycloak-dev mailing list