---
title: CLEAR ID Verification node
description: Use the CLEAR ID Verification node to integrate CLEAR verification in your authentication journey.
component: pingoneaic
page_id: pingoneaic:release-notes:rapid-channel/auth-node-clear
canonical_url: https://docs.pingidentity.com/pingoneaic/release-notes/rapid-channel/auth-node-clear.html
section_ids:
  compatibility: Compatibility
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  troubleshooting: Troubleshooting
  example: Example
---

# CLEAR ID Verification node

Use the CLEAR ID Verification node to integrate [CLEAR verification](https://docs.clearme.com/docs/web-app) in your authentication journey.

## Compatibility

| Product                               | Compatible? |
| ------------------------------------- | ----------- |
| Advanced Identity Cloud               | Yes         |
| PingAM (self-managed)                 | Yes         |
| Ping Identity Platform (self-managed) | Yes         |

## Inputs

None. This node doesn't read shared state data.

## Dependencies

To use this node, you must have access to a CLEAR Verified tenant. Learn more about [setting up a CLEAR tenant](https://docs.clearme.com/docs/web-app#configure-your-first-project).

## Configuration

| Property            | Usage                                                                                                                                               |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| CLEAR API Key       | Environment API Key for CLEAR.                                                                                                                      |
| CLEAR Project ID    | Google Cloud administrator's private key.                                                                                                           |
| Key ID              | The tenant ID for the CLEAR project used for integration.                                                                                           |
| Redirect URL        | The target URL for redirection after verification.                                                                                                  |
| Use Secure Endpoint | If this toggle is enabled, the node uses the secure endpoint to retrieve user verification results; otherwise, the node uses the standard endpoint. |

## Outputs

The ID Verification results are stored in the `verificationResults` shared state attribute. An example of data is provided [here](https://docs.clearme.com/docs/web-app#endpoint-overview).

## Outcomes

* `Continue`

  Successfully authenticated the user.

* `Error`

  An error message is output to the shared state.

## Troubleshooting

If this node logged an error, review the log messages for the transaction and contact [CLEAR support](https://www.clearme.com/support) for further troubleshooting.

## Example

The example journey shows the following:

* The journey starts with user registration.

* CLEAR ID Verification node verifies the user credentials.

* The [Scripted Decision node](https://docs.pingidentity.com/auth-node-ref/latest/scripted-decision.html) is a scripted decision node extracts the document number from the CLEAR verification response stored in shared state and stores it on the user object.

![auth node clear journey](../_images/auth-node-clear-journey.png)
