Liveness Check Proxy Documentation
The Liveness Check Proxy application provides a step-up verification process using facial recognition technology. The verification process consists of matching user selfie with authentic portrait while ensuring the user’s liveness.
The only prerequisite is to have authentic portraits of users of the secured system available, such as portraits extracted from official identification documents. Portraits have to be accessible by a supported user details provider. The face similarity matching and liveness verification process is implemented by verification provider.
User Details Providers
Currently, only User Data Store is supported as a user details provider. Use
value user-data-store
in the configuration file.
For testing purpose and local runs, mock
provider can be used.
Verification Providers
Liveness check proxy supports following providers for liveness and similarity verification:
- Innovatrics - use value
innovatrics
in configuration file. - iProov - use value
iproov
in configuration file.
For testing purpose and local runs, mock
provider can be used.