> For the complete documentation index, see [llms.txt](https://docs.vida.id/identity-stack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vida.id/identity-stack/verify/liveness/overview/id-fraud-shield.md).

# ID Fraud Shield

VIDA Liveness SDK has a bundle package with VIDA ID Fraud Shield with the objective to enhance fraud detection capabilities by leveraging biometric liveness checks alongside comprehensive fraud risk assessment. For more detailed information of ID Fraud Shield, you can refer to this page [**ID Fraud Shield**](/identity-stack/verify/id-fraud-shield-sdk.md) .

## ID Fraud Shield Integration and Configuration in VIDA Liveness SDK

The VIDA Liveness SDK is bundled with ID Fraud Shield, allowing clients to utilize ID fraud risk detection without requiring a separate SDK integration.

### 1. Integration Overview

ID Fraud Shield is natively integrated into the VIDA Liveness SDK. Clients only need to integrate the Liveness SDK once to access both liveness detection and ID Fraud Shield capabilities.

{% hint style="info" %}
**Providing a user identifier is optional.**

ID Fraud Shield can bind its analysis to a user identifier, so fraud rules are applied per user and not per device alone.

If you do not provide one, the SDK uses a default value. The flow still runs without an error.

**Recommended:** provide your own user identifier so fraud signals can be tracked per user. The parameter name differs by SDK — see the integration guide for the platform you are using.
{% endhint %}

<details>

<summary>UserID Parameter</summary>

{% code expandable="true" %}

```java
VidaSDK.init({
  // other params
  userInfo: {
    id: "your-user-id"
  }
})
```

{% endcode %}

</details>

### 2. Configuration

The **ID Fraud Shield** feature is configured and managed within the **VIDA backend service**. The configuration determines how the ID Fraud Shield analysis is applied during the liveness verification process.

These configuration parameters are maintained and applied by VIDA within the backend system, ensuring consistent enforcement of the defined fraud risk policies during transaction processing.

Currently, configuration changes are **handled internally by VIDA** and applied at the backend service level.

### 3. Available Configuration Options

#### Enable or Disable ID Fraud Shield

{% hint style="info" %}
Available Configuration Options ***(request to VIDA team)**.*
{% endhint %}

This configuration determines whether ID Fraud Shield is applied during the liveness verification process.&#x20;

<table><thead><tr><th width="177.04296875">Configuration State</th><th>Description</th></tr></thead><tbody><tr><td>Enabled</td><td>The ID Fraud Shield analysis will be executed, and its results will be included in the <a href="/pages/eM65ojYKZwgVNk8rpSmN"><strong>Liveness Transaction Detail API response</strong></a></td></tr><tr><td>Disabled</td><td>ID Fraud Shield will not be executed during the liveness transaction</td></tr></tbody></table>
