- 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
- Generate a Face Authentication token using the Token Generation 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
The user must have completed at least one successful identity verification with iDenfy. The original verification’sscanRef is required to generate the authentication token.
Next steps
Token Generation
Generate a face authentication session token via API.
iFrame / Redirect
Embed the authentication flow in your application.