Terminology Index

Glossary

1801 terms

Open concept maps

Showing 129-160 of 1801 terms

A
32

Authentication Factors

The categories of evidence used to prove identity: something you know (a password), something you have (a phone or token), and something you are (a fingerprint or face). Combining factors from different categories is what makes multi-factor authentication strong.

Each factor type has different strengths and failure modes, and security comes from combining categories so a single stolen factor is not enough. Knowledge factors are weakest because they can be phished or guessed, which is why possession and inherence factors are added.

Introduced in: Identity and Access Management

Examples

  • A password (knowledge) plus a phone prompt (possession) for MFA.
  • A fingerprint (inherence) unlocking a device.
  • A hardware security key as a phishing-resistant possession factor.

No related terms linked yet.