Enroll from the document photo
Last updated
Was this helpful?
Last updated
Was this helpful?
Use case showcasing how to enroll (register) the user in Keyless using the user's document photo.
In this tutorial you will use 2 independent modules offered by Keyless:
: responsible to retrieve user data such as the photo from the idenity document.
: responsible to register the user in order to enable biometric authentication.
Important: the does not check if the photo was retrieved from an identity document using the . The responsibility to pass only photos retrieved from verified documents (e.g. using the ) is left to the integrator.
The complete flow to register a user and verifying that the user face matches the document photo is the following:
Retrieve the user photo from the document
Confirm the document is valid.
Enroll using the photo.
Authenticate using the face.
Below are the detailed steps to satisfy the enroll from document photo use case.
It is possible to retrieve the photo and user data from the user identity document using the .
In the previous step you retrieved the Document photo, the EDocument
result contains additional fields that we advise to verify before proceeding with registering the user from the photo in Keyless.
Make sure that the EDocument.DocumentSecurity.ValidityInformation
are valid:
At this point you should have the photo of the user that you retrieved from the user's document.
So far you created a user in Keyless based on the document photo. However you did not verify that the user created is the real person that provided the document. The last step is to verify that the face of the user providing the document matches the photo of the user you just registered.
Congratulation you enrolled a user in Keyless from the identity document and verified that the user face matches the face in the document photo.
The enroll from photo is handled by the that is the SDk to enable privacy preserving bimoetric.
Install the Keyless Mobile SDK following the .
Now you can enroll the user by providing the document photo. For a detailed explanation of what enrollment with Keyless means, please refer to the .
To enroll the user photo follow the .
To close the use case an authentication with Keyless is enough. Authenticate the user following the . This will match the user face with Keyless privacy preserving biometric authentication against the user document photo.