ID Token (OIDC 1.0)
The ID token is generated by the Tokens API (root) through the OAuth 2.0 endpoints and contains the account ID (sub
claim). The audience of the ID token is the client, hence the client should be consuming the token for making the application identity-aware.
Key properties you can configure for the ID token are:
token lifetime (
exp
)add custom claims using the extension
An example ID token:
Last updated