---
title: Onfido Check node
description: Integrates an Onfido check for identity verification, matching a user with their official identification documents.
component: auth-node-ref
version: latest
page_id: auth-node-ref:cloud:onfido-check
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/cloud/onfido-check.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication", "Onfido"]
page_aliases: ["auth-node-onfido-check.adoc"]
section_ids:
  examples: Examples
  outcomes: Outcomes
  configuration: Configuration
---

# Onfido Check node

Integrates an [Onfido](https://www.entrust.com/products/identity-verification) check for identity verification, matching a user with their official identification documents.

## Examples

For examples in context, read the [Onfido examples](onfido-registration.html#examples).

## Outcomes

The node returns the status of the Onfido check:

* `Clear`

  Successful verification; all underlying verifications pass.

* `Consider`

  The check returned information to evaluate.

* `Deny`

  Failed verification.

* `Pending`

  The check is still in progress.

* `Error`

  Other failure.

## Configuration

| Property                  | Usage                                                                                                                                                                                            |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Onfido Live Token         | The Live API token from the Token pane of the [Onfido dashboard](https://onfido.com/dashboard/).                                                                                                 |
| Onfido API URL            | Regional base URL for Onfido API requests.Default: `https://api.onfido.com/v3/`                                                                                                                  |
| Onfido Check ID Attribute | The user profile attribute that stores the Onfido Check ID. The node verifies that this matches the ID in the Identity Verification Report from Onfido after verification.Default: `description` |
