Identity Cloud

Success node

The Success node is a required element indicating the journey ended successfully.

Compatibility

Product Compatible?

ForgeRock Identity Cloud

Yes

ForgeRock Access Management (self-managed)

Yes

ForgeRock Identity Platform (self-managed)

Yes

Inputs

The success outcomes of any preceding nodes.

Dependencies

None.

Configuration

This node has no configurable properties.

Outputs

None.

Outcomes

The authentication journey completes successfully.

The node resets the failure count in the user profile when reached if the User Status property is set to Active.

Errors

  • Checks the Status property of the user profile, when reached, and fails the authentication with an error message if the account is marked as Inactive:

    {
        "code":401,
        "reason":"Unauthorized",
        "message":"User Locked Out.",
        "detail":
        {
            "failureUrl":""
        }
    }

Examples

All authentication journeys have a Success node as one of their terminals.

Copyright © 2010-2024 ForgeRock, all rights reserved.