---
title: IdentityX Mobile Auth Request Validate node
description: Accepts a signed Daon IdentityX authentication request from a mobile device and validates the signature.
component: auth-node-ref
version: latest
page_id: auth-node-ref:cloud:identityx-mobile-auth-request-validate
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/cloud/identityx-mobile-auth-request-validate.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-identityx-mobile-auth-request-validate.adoc"]
section_ids:
  examples: Examples
  outcomes: Outcomes
  configuration: Configuration
---

# IdentityX Mobile Auth Request Validate node

Accepts a signed [Daon IdentityX](https://www.daon.com/technology/identityx-platform/) authentication request from a mobile device and validates the signature.

|   |                                                                                                                                |
| - | ------------------------------------------------------------------------------------------------------------------------------ |
|   | Include an [IdentityX Check Enrollment Status node](identityx-check-enrollment-status.html) in the journey prior to this node. |

## Examples

For examples in context, read the [Daon IdentityX examples](identityx-check-enrollment-status.html#examples).

## Outcomes

* `Success`

  Successfully validated the signature of the request.

* `Failed`

  Failed to validate the signature.

* `Error`

  An error occurred.

## Configuration

| Property                    | Usage                                                                                                                                                                                                                                                                         |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Expected AuthRequest Status | The IdentityX authentication request status to return.Choose either `COMPLETED_SUCCESSFUL` or `PENDING` from the list of options:- `COMPLETED_FAILURE`

- `COMPLETED_SUCCESSFUL`

- `DECLINED`

- `EXPIRED`

- `EXPIRED_FAILURE`

- `EXPIRED_PENDING`

- `FRAUD`

- `PENDING` |
