[keycloak-user] Validate access-token
Stian Thorgersen
stian at redhat.com
Mon Feb 23 06:58:55 EST 2015
----- Original Message -----
> From: "Yoni Moses" <yonim at odoro.co.il>
> To: keycloak-user at lists.jboss.org
> Sent: Monday, February 23, 2015 11:19:39 AM
> Subject: [keycloak-user] Validate access-token
>
> Is there a way (using the admin rest api?) to validate an access token?
No, but there's a different rest api for it. It's missing in the docs due to a bug in the way we generate it.
It's:
/auth/realms/{realm}/protocol/openid-connect/validate
It takes 'access_token' as a query param.
>
>
> Went over the list of methods but couldn't find anything ..
>
> Cheers,
> Yoni
>
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user
More information about the keycloak-user
mailing list