Start with Identity
← Glossary
Concept

Claims

Statements about a subject carried in a token, such as subject identifier, email, roles, or expiry. Relying parties make authorization decisions from claims, so their integrity and freshness matter.

Claims are where authentication quietly becomes authorization, and where most token bugs live. A relying party that trusts a groups or roles claim without verifying the issuer, audience, and signature has an authorization system anyone can forge. Claim freshness is the second trap: a token minted before a user was removed from a group stays valid until it expires, which is why revocation needs short lifetimes or a continuous-evaluation signal.

See also: JWT, ID token, OpenID Connect, validate a JWT recipe

Related terms
Last reviewed By SWI Community TeamSuggest a correctionHow we research