Identity Cloud

OneSpan Auth Check Session Status node

The OneSpan Auth Check Session Status node checks the status of an authentication request session.

Compatibility

Product Compatible?

ForgeRock Identity Cloud

Yes

ForgeRock Access Management (self-managed)

Yes

ForgeRock Identity Platform (self-managed)

Yes

Inputs

This node gets the username, expiry date, and register code as inputs from the shared state.

Dependencies

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

Configuration

This node has no configurable properties.

Outputs

This node has no outputs.

Outcomes

Pending

The session validation was not complete yet.

Acccepted

The session was authenticated successfully.

Refused

Access was refused by the user.

Failure

The session failed authentication.

Timeout

Session expiry date was reached before authentication.

Unknown

OneSpan didn’t find the pending activation session.

Error

The session resulted in erroneous step-up authentication.

Errors

Error codes are stored in shared state, and can be displayed using the OneSpan Sample Error Display node.

Troubleshooting

If there is an error outcome from this node, review the logged messages and errors displayed in the OneSpan Sample Error Display node. Based on the error messages appropriately address the issue and retry the session.

Examples

onespan check session status

This example shows an authentication journey, highlighting the use of the OneSpan Auth Check Session Status node:

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

  2. If session is successfully validated, the journey is successfully completed.

  3. If the session requires a step-up authentication, the OneSpan Sample Store Command node is invoked.

  4. If OneSpan Sample Store Command node completes successfully, the OneSpan Auth Visual Code node is invoked.

  5. The OneSpan Auth Visual Code node obtains the required step-up authentication code.

  6. The OneSpan Auth Check Session Status node validates the step-up authentication.

  7. If the step-up authentication is in a pending state, the Pending Wait Node is invoked to retry the step-up authentication.

  8. If the step-up authentication ends in failure, timeout, unknown, or error status, then the journey is unsuccessful and the visual code is removed.

  9. If the journey is unsuccessful, the OneSpan Sample Error Display node displays the error message.

Copyright © 2010-2024 ForgeRock, all rights reserved.