IT Glossary

Biometric Authentication

Biometric authentication verifies identity with a fingerprint or face. Learn how it works, what GDPR Article 9 requires, and where the data lives.

August 7, 2026

What is biometric authentication?

Biometric authentication is a method of verifying identity using a measurable physical or behavioral trait, such as a fingerprint, a face, an iris pattern, or a typing rhythm. In enterprise access management it is almost always used as a local unlock for a cryptographic credential, not as a credential sent to a server.

How biometric authentication works

  • A sensor captures the trait and converts it into a mathematical template, never a stored image.
  • The template is held in a protected area of the device, such as a Secure Enclave or a TPM.
  • At each login, a fresh capture is compared against that template on the device itself.
  • A match unlocks a private key, which then signs the authentication challenge.
  • What reaches the service is a signature, never the biometric data.

What the GDPR requires

Biometric data processed to uniquely identify a person is a special category of personal data under Article 9 of the GDPR, and it needs an explicit legal basis. That is a strong argument for on-device matching: if the template never leaves the employee laptop or phone, the employer is not building a central biometric database, and the consequences of a breach change entirely.

Examples and use cases

A European company enables Touch ID and Windows Hello as the unlock for passkeys on every corporate device. The data protection officer reviews the design and confirms that no biometric template reaches company servers or the identity provider. Employees sign in with a fingerprint, the identity provider only ever sees a signed challenge, and the compliance file records that no Article 9 processing takes place on the employer side. Corma, hosted in the EU and certified ISO/IEC 27001:2022, sits on the access governance layer above that setup.

Related concepts

FAQ

Is biometric authentication multi-factor authentication?

On its own, no. It is a single factor, something you are. It becomes multi-factor when combined with possession of the device holding the private key, which is exactly how passkeys work.

Where is fingerprint data stored?

On modern devices, inside a hardware-isolated area such as a Secure Enclave or a TPM. It is not synced to the cloud and is not transmitted to the sites you log in to.

Can biometric data be changed after a breach?

No, and that is the core objection to central biometric databases. A password can be rotated, a fingerprint cannot, which is why on-device templates have become the accepted design.

Does the GDPR ban biometric authentication at work?

No, but it treats biometric identifiers as special category data under Article 9. Employers generally need an explicit legal basis, a data protection impact assessment, and a genuine alternative for employees who decline.

Request a demo