Identity & Access
Two-Factor Authentication (2FA)
Also known as: 2FA, Two-step verification
Definition
A specific form of multi-factor authentication that requires exactly two factors — usually a password plus a second factor — to verify identity.
Examples
- Logging in to a bank with a password and a TOTP code from an authenticator app.
- A consumer site requiring a passkey in addition to a password for sensitive actions.
Related terms
Multi-Factor Authentication (MFA)
An authentication method that requires two or more independent factors — typically from different categories — before granting access.
One-Time Password (OTP)
A short numeric code that is valid for only a single login attempt or a brief time window, typically used as a second authentication factor.
Time-Based One-Time Password (TOTP)
A one-time password algorithm defined in RFC 6238 that derives a short code from a shared secret and the current time, rotating every 30 seconds.
Passkey
Passkey — definition coming soon.
Authentication
The process of verifying that an entity — user, device or service — really is who or what it claims to be before granting access.
FIDO2
FIDO2 — definition coming soon.