Face Authentication is a service for re-authenticating returning users by comparing their live face to a biometric template captured during a previous identity verification. Unlike a full KYC verification, Face Authentication does not require document scanning. The user simply takes a selfie, which is matched against their original verification photo. This makes it ideal for:Documentation Index
Fetch the complete documentation index at: https://documentation.idenfy.com/llms.txt
Use this file to discover all available pages before exploring further.
- Account login — add biometric security as a second factor
- High-risk actions — confirm the user’s identity before transactions, withdrawals, or profile changes
- Periodic re-verification — ensure the same person is still using the account over time
How It Works
- Create a Face Authentication session using the Create Face Auth Session endpoint, referencing the user’s original
scanRef. - Launch the authentication session via the iFrame / Redirect URL or a native SDK.
- Receive the result through a webhook callback indicating whether the face matched.
Prerequisites
You must have at least one successful identity verification with iDenfy. The original verification’sscanRef is required to create the authentication session.
Next Steps
Create Face Auth Session
Create a face authentication session via API.
iFrame / Redirect
Embed the authentication flow in your application.