CyberGlossary

Identity & Access

Biometric Authentication

Also known as: Biometrics, Biometric login

Definition

An authentication method that verifies identity based on unique physical or physiological traits such as fingerprints, faces, irises, or voice patterns.

Biometric authentication uses measurable biological characteristics to confirm that a user is who they claim to be. A capture device (sensor or camera) extracts features from the trait and compares them against a stored template, either on-device (in a secure enclave) or against a server-side database. Common modalities include fingerprint, face, iris, palm vein, and voice recognition. Biometrics offer strong usability and resist password reuse, but they raise privacy concerns because traits cannot be revoked if leaked, and presentation attacks (spoofed fingerprints, deepfakes) require liveness detection. They are typically combined with another factor in MFA flows for high-assurance scenarios.

Examples

  • Apple Face ID unlocking an iPhone via a secure enclave-stored face template.
  • A bank app using fingerprint authentication on Android to authorize a payment.

Related terms