You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

<baseurl>/oauth/introspect


The introspect endpoint is thoroughly described in the OIDC/OAUTH2 standards. It is used by resource servers to validate access_tokens received in the authorize header from a client.

In return the resource server get claims from the access_token including its expiration time. The return is in JSON form with a list of name/value pairs.

  • No labels