Overview#
JSON Web Token Claims represents a JSON object whose members are the claims conveyed by the JSON Web Token.The Claim Names within this object MUST be unique.
Note however, that the set of claims that a JWT must contain to be considered valid is context-dependent and is outside the scope of this specification. When used in a security-related context, implementations MUST understand and support all of the claims present; otherwise, the JSON Web Token MUST be rejected for processing.
There are three classes of JWT Claim Names:
Registered Claim Names are an IANA Registry defined in JSON Web Token (RFC 7519) available in the IANA Registry JSON Web Token Claims Registry or be defined as a URI that contains a collision resistant namespace.
JSON Web Token Claims#
OAuth 2.0 Token Exchange (Still an Internet Draft)#
- "act" (Actor) Claim
- "scp" (Scopes) Claim
- "may_act" (May Act For) Claim
More Information#
There might be more information for this subject on one of the following:- Aud
- Auth_time
- Authentication Method Reference
- Authentication Method Reference Values
- Birthdate
- Birthday
- Cnf
- Email_verified
- Family_name
- Gender
- GivenName
- Identity Token Claims
- Identity Toolkit ID Token
- Iss
- JSON Web Tokens
- JWT Claim Value
- JWT Claims Set
- Javascript Object Signing and Encryption
- Jti
- Locale
- Middle_name
- Nbf
- OpenID Connect
- Phone_number
- Phone_number_verified
- PlaceOfBirth
- Public Claim Names
- Reserved Claim Name
- Sub
- Sub_jwk
- Updated_at
- Zoneinfo