Configuration of Verification Providers
This document describes configuration of providers for personal identity document verification and user presence check.
Document Verification
The document verification process is currently supported for following providers:
- ZenID - use value
zenidin configuration - Mock - useful for simple testing and local runs - use value
mockin configuration
ZenID
Configuration - API key
The authorization of all API calls is secured by an API key value. It has to be sent as the Authorization: api_key VALUE header value.
Check the bottom of the Manual/Configuration page for more details.
The API key value can be configured/get from the Access page configuration:
- Role to be granted:
ApiFull - Condition:
ApiKeyEqualsValue - Value: the value here is the value of the API key
Configuration - Validators
It is recommended to create a custom validation profile. The sensitivity of selected validators can be tuned-up or disabled completely at the Sensitivity page.
The profile can be then set as the default or specified in the configuration properties.
SDK Initialization
When calling document-verification/init-sdk following implementation fields are used:
- Init token - send a token value
sdk-init-tokenin the request bodyattributesmap field - SDK response - receive the value under
zenid-sdk-init-responsefrom the responseattributesmap field
Presence Check
The document verification process is currently supported for following providers:
- iProov - use value
iproovin configuration - Mock - useful for simple testing and local runs - use value
mockin configuration
Configuration
There are a few needed configuration changes to bring a successful integration. All the following configuration tuning has to be requested from the iProov’s support team on a per-service basis:
- presence check image
- an accepted person image from finished and successful presence check process
- requires enabling of the
frameresponse feature for /api/v2/claim/verify/validate
- failure reason
- a more detailed description of the presence check failure
- requires enabling of the
reasonresponse feature for /api/v2/claim/verify/validate