Identity & Access
Authentication
Also known as: AuthN, Identity verification
Definition
The process of verifying that an entity — user, device or service — really is who or what it claims to be before granting access.
Examples
- Logging into a corporate VPN with a password plus a FIDO2 security key.
- An API gateway validating a signed JWT issued by the identity provider.
Related terms
Authorization
The process of deciding what an already-authenticated identity is allowed to do — which resources, actions and conditions are permitted.
Multi-Factor Authentication (MFA)
An authentication method that requires two or more independent factors — typically from different categories — before granting access.
Single Sign-On (SSO)
An authentication scheme that lets a user sign in once at a trusted identity provider and then access many applications without re-entering credentials.
Passkey
Passkey — definition coming soon.
Password
Password — definition coming soon.
AAA Framework
A foundational access-control model built on three layered functions: Authentication, Authorization and Accounting.