Term · 2. Authentication & Authorization
Credential
Definition
Data presented to authenticate or authorize — password, token, certificate, biometric, API key. NIST SP 800-63 distinguishes authenticator (the thing/knowledge proving identity) from credential (the binding of authenticator to identifier). Credentials have lifecycles: issuance, rotation, revocation, expiration.
- Application
- MidPoint: Information used to prove the identity of a subject during authentication, which is bound to that particular identity.
- Standards & regulations
-
- NIST SP 800-63-4 «credential: An association between an individual and a CSP that is used to represent the subscriber across one or more interactions or transactions. A credential is typically the result of an enrollme»
- NIST SP 800-63B-4 «Credentials are established as a result of enrollment and authenticator binding, and represent the subscriber in subsequent authentications. The credential maintained by the CSP is a securely maintain»
- NIST SP 800-63-3 «credential: An object or data structure that authoritatively binds an identity—via an identifier or identifiers—and (optionally) additional attributes, to at least one authenticator possessed and cont»
- NIST SP 800-63B «A credential is established as a result of identity proofing and authenticator binding. The authoritative instance of a credential is a data structure that is securely maintained by the CSP and binds »
- Sources
-
- NIST SP 800-63 Digital Identity Guidelines (NIST) primary source
Related terms
-
Authentication (AuthN)
Process of verifying that a principal is who they claim to be. Three classic factors: knowledge (password, PIN), possess …
-
Kerberos
Network authentication protocol developed at MIT (Kerberos v5: IETF RFC 4120, 2005) using symmetric-key cryptography and …
-
Login
Common term for the user-facing authentication interaction — entering credentials at a sign-in form. Modern patterns: pa …
-
Multi-factor Authentication (MFA)
Authentication requiring two or more independent factors from different categories: knowledge (password), possession (ph …
-
Authentication Information
Data the principal uses to prove identity during authentication — passwords, OTP codes, biometric templates, FIDO2 crede …
-
Identity Proofing
Process of establishing that a person is who they claim to be, by collecting and verifying identity evidence (government …