authentication
- Text
- authentication is the problem of verifying identity: confirming that a principal is who they claim to be. Typically resolved via credentials, tokens, certificates, or biometrics. Precedes authorization and is a distinct concern — conflating the two is a common source of security design debt.
- Tags
- security, auth, identity
- See Also
- authorization, oauth2, oidc