Skip to main content

OpenID Connect Claims

Claims are the key-value pairs in an ID Token (JWT). Required claims must be validated on every token. Claim availability depends on the scopes requested at authorization time.

Critical rule: Always use sub (not email) as your primary user identifier. Validate iss, aud, and exp on every token. ID Token Validation spec →