claimnames
Claim names are identifiers used in claims-based identity systems to label assertions about a subject, such as a person or device. They appear as keys in data structures such as JSON Web Tokens (JWT), OpenID Connect ID tokens and UserInfo responses, and SAML attribute statements. A claim name maps to a particular attribute, such as name, email, sub (subject), or roles, and can be standard or custom. In many ecosystems, standardized claim names are defined by specifications; custom claims are defined by the issuer and may be namespaced to avoid collisions.
In OpenID Connect and JWT, registered claim names are defined by the specification; examples include sub, name,
Security and privacy considerations include validating the issuer and audience, verifying signatures, and limiting the amount