OneSpan Auth Check Activation node
The OneSpan Auth Check Activation node checks the status of a pending device activation.
Compatibility
Product | Compatible? |
---|---|
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.
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.
Troubleshooting
If this node logged an error, review the log messages and address the issue appropriately.
Examples
This example shows the device activation verification journey, highlighting the use of the OneSpan Auth Check Activation node:
-
The Username Collector and OneSpan Risk CDDC nodes collect the user’s name and device fingerprint data and store them in the shared state.
-
The OneSpan Auth User Register node registers the user.
-
The OneSpan Auth Visual Code node uses the app to obtain a visual authentication code from OneSpan and places it in the shared state.
-
The OneSpan Auth Check Activation node verifies the status of device activation.
-
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.
-
Upon successful device activation, the process continues to the OneSpan Auth Asssign Authenticator node.
-
When the device is assigned an authenticator successfully, the OneSpan Auth Hide Visual Code node stops displaying the visual code and completes the journey.
-
If there is an error outcome at the OneSpan Auth User Register node, or there is 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.
-
The OneSpan Sample Error Display node displays the error message and the authentication fails.