What it is
Multi factor authentication is an authentication method that requires at least two different factors, such as something you know, something you have, or something you are. It can be implemented with a single authenticator that combines factors or with multiple authenticators that provide distinct factors.
Key points
- Prefer WebAuthn/passkeys where possible.
- Fallback to TOTP or push; avoid SMS.
- Apply step‑up MFA for risky actions.
Concrete example
A finance admin signs in using a password plus a hardware backed authenticator. Risky actions such as changing bank details require step up authentication. Account recovery requires verified identity and cannot be completed with email access alone.