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

Compare with Current View Page History

« Previous Version 4 Next »

<baseurl>/oauth/introspect

Endpoint (standard)
URL<baseurl>/oauth/introspect
PublicNo (OIDC Clients must authenticate)
ParametersYes


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.

Parameters

NameDescription
  
  
  • No labels