Credential
A credential is a piece of evidence that establishes who someone is or what authority they hold. In identity systems, it is the object or data that ties a person or system to a claimed identity so that others can trust that association.
A credential is an object or data structure that authoritatively binds an identity, via an identifier, to evidence attesting to a right, authority, or qualification. In IAM contexts, credentials are typically used during authentication to verify a claimed identity, and should be distinguished from the separate steps of identification (asserting an identifier) and authorization (determining permitted actions). The specific form, binding mechanism, and trust properties of a credential vary by deployment and standard; this entry covers the general concept rather than any particular credential type or protocol profile.
Why it matters
The credential is the object on which trust in an identity system ultimately rests. Because a credential authoritatively binds an identity to evidence of a right, authority, or qualification, the security of nearly every downstream decision, whether a principal is allowed to authenticate, and by extension what actions authorization may later grant, depends on the integrity of that binding. A credential that is weak, stolen, improperly issued, or improperly validated undermines the entire chain of trust, regardless of how sound the surrounding access controls may be.
Because a credential is typically presented during authentication to verify a claimed identity, it sits at the boundary where identification (asserting an identifier) is tested against evidence. Confusing this evidentiary role with the separate steps of identification and authorization is a common source of design error: possessing a valid credential establishes who a principal is, not what that principal may do. Keeping these steps distinct is essential when reasoning about how a compromised credential propagates risk through a system.
Who it's relevant to
Inside Credential
Common questions
Answers to the questions practitioners most commonly ask about Credential.