Identity is the new perimeter. In a cloud, remote-work world, who you are matters more than where you are.
| Category | Examples | Weakness |
|---|---|---|
| Knowledge (know) | Password, PIN, security question | Phishable, guessable, reused |
| Possession (have) | Phone, TOTP app, hardware key | Can be lost/stolen |
| Inherence (are) | Fingerprint, face, iris | Can't be changed if compromised |
True MFA requires factors from different categories. A password + a security question is not MFA (both are "know").
Attackers with a stolen password spam push prompts until a tired user taps "Approve." Defend with number matching, limited prompts, and user education.
Passkeys (built on FIDO2/WebAuthn) replace passwords with a cryptographic key pair tied to your device and biometrics:
This is where the industry is heading. Understand it well.
Current best practice has shifted:
SSO lets users authenticate once and access many apps. Benefits: fewer passwords, centralized policy and MFA, faster de-provisioning. Risk: the identity provider becomes a high-value target — protect it accordingly. (Protocols in the next lesson.)