This screen supports decoding tokens that are a JSON Web Token (JWT) format.
If nothing is displayed, then the requested token retrieved from the endpoint is not a JWT or not a valid JWT.
In the future, additional token formats may be added.
Although, many leading IdPs use JWT as the format for OAuth2 access tokens and refresh tokens. The spec does not require this.
Some IdPs intentionally use opaque tokens that have no deeper meaning than to be a randomly generated identifier that points back to session information stored on the IdP. If this is the case, return to the Token Endpoint screen and navigate to the UserInfo Endpoint screen or Token Introspection Screen.
* Claim descriptions are sourced from the IANA JSON Web Token Claims Registry unless otherwise noted.