---
title: OneSpan Auth Check Activation node
description: The OneSpan Auth Check Activation node checks the status of a pending device activation.
component: auth-node-ref
version: latest
page_id: auth-node-ref:cloud:onespan-check-activation
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/cloud/onespan-check-activation.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication", "OneSpan", "Add Device", "Device Activation"]
page_aliases: ["auth-node-onespan-check-activation.adoc"]
section_ids:
  example: Example
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# OneSpan Auth Check Activation node

The OneSpan Auth Check Activation node checks the status of a pending device activation.

## Example

![onespan auth check activation](_images/onespan-auth-check-activation.png)

This example shows the device activation verification journey, highlighting the use of the OneSpan Auth Check Activation node:

1. The Username Collector and OneSpan Risk CDDC nodes collect the user's name and device fingerprint data and store them in the shared state.

2. The OneSpan Auth User Register node registers the user.

3. The OneSpan Auth Visual Code node uses the app to obtain a visual authentication code from OneSpan and places it in the shared state.

4. The OneSpan Auth Check Activation node verifies the status of device activation.

5. If device activation is in a pending state, the Polling Wait Node pauses the journey to wait and repeat the OneSpan Auth Check Activation node set number of times or activation is complete.

6. Upon successful device activation, the process continues to the OneSpan Auth Asssign Authenticator node.

7. When the device is assigned an authenticator successfully, the OneSpan Auth Hide Visual Code node stops displaying the visual code and completes the journey.

8. If there's an error outcome at the OneSpan Auth User Register node, or there's a timeout, unknown or error outcome at the OneSpan Auth Check Activation node; the OneSpan Auth Hide Visual Code node is invoked to stop displaying the visual code.

9. The OneSpan Sample Error Display node displays the error message and the authentication fails.

## Availability

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

## Inputs

This node gets the username, event expiry date, and cronto image as inputs from the shared state.

## Dependencies

This node requires that you have already configured OneSpan Risk CDDC, OneSpan Auth User Register, and OneSpan Auth Visual Code nodes.

## Configuration

This node has no configurable properties.

## Outputs

This node doesn't change the shared state.

## Outcomes

* Pending

  The device is in the process of activation but not yet activated.

* Activated

  The device is activated and available for authentication.

* Timeout

  The process of verifying device activation has timed out.

* Unknown

  The device can't be located in the registered device list.

* Error

  An error occurred while verifying device activation.

## Errors

If any error is encountered, then the error condition is stored in the shared state.
