Liveness Result Acceptance

This step is for showing the user's passive liveness result.

It appears as follows:

In the center, it shows the selfie that was taken.

If liveness succeeded, a green checkmark will be shown and the "Next" button will be active.

If liveness failed, a red cross will be shown and the "Next" button will be inactive.

Clicking "Retake" results in the flow navigating back and allowing the user to retake their selfie.

Clicking "Next" will submit the acceptance of their selfie and liveness check result, then navigate to the next step.

Backend API Step Configuration

The following backend API configuration options under "Steps" influence this screen:

"AcceptPassiveLivenessResult": {
  "Enabled": true,
  "Order": 4,
  "TimesRepeatable": 0,
  "HighRiskRepeatCount": -1,
  "NestProcessID": "",
  "NestMicroflowName": "",
  "IntegrationMode": 0,
  "IntegrationEndpoint": ""
},

Please see the backend API step configuration section for more details on each property.

Other Backend API Configuration

The following backend API configuration options also influence this step:

  • SuppressSpoofSelfies

  • PassiveLivenessEnableSkipFailureCount

  • TargetImageType

Please see the relevant configuration option descriptions under the Backend API section for details on each property.