Authentication & Authorization

Authentication

English

Overview

Confirming that a user is who they claim to be.

Details

The process of verifying a user's identity using something like a password or biometric data, a prerequisite for authorization. Authentication draws on three factor types -- something you know (a password), something you have (a phone), and something you are (a fingerprint) -- and combining more than one of them is what makes multi-factor authentication.

More Security terms