follow the JSON Web Token (JWT) standard, which means that their basic structure conforms to the typical JWT Structure, and they contain standard JWT Claims asserted about the token itself. Beyond what is required for , ID tokens also contain claims asserted about the authenticated user, which are pre-defined by the Connect (OIDC) protocol, and are thus known as standard OIDC claims. Some standard OIDC claims include:Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
namenicknamepictureemailemail_verified
Sample ID Token
This example shows the contents of an ID token. Notice that the value (located in theaud claim) is set to the application’s identifier, which means that only this specific application should consume the token. To learn more about the claims in this example, read JSON Web Token Claims.