This is a temporary debug page. It requires super user permissions or manage oauth client secrets.

Some (but not all) OAuth2 tokens are based on JWT. If a token is based on JWT, then we can examine its content to learn more about what the token signifies. This may help with debugging token-access issues.

No tokens found.

Token Record

{{token|json}}

Access Token: Raw

{{token.access_token}}

Access Token: JWT Payload

(This will only display meaningful data if the token is based on JWT.)
{{token.access_token|unvalidatedJwtDecode|json}}