AM 7.3.1

Success node

This node has no configurable properties but does the following:

  • 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":""
        }
    }
  • Resets the failure count in the user profile, when reached, if the User Status property is set to Active.

Copyright © 2010-2024 ForgeRock, all rights reserved.