On 20.04.2016 15:53, Brian Watson wrote:
> Is there an endpoint I can call with a token that will tell me if the
> token is still valid? Is there another way I should be performing this
> check?
Make a POST sending "token" as request parameter to
/realms/{realm}/protocols/openid-connect/token/introspect
- Juca.