---
title: Success node
description: The Success node is a required terminal node that marks the end of a successful authentication journey in PingAM.
component: platform
version: 7.5
page_id: platform:auth-node-ref:success
canonical_url: https://docs.pingidentity.com/platform/7.5/auth-node-ref/success.html
llms_txt: https://docs.pingidentity.com/platform/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-success.adoc"]
section_ids:
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
  examples: Examples
---

# Success node

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

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes        |
| Ping 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`:

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

## Examples

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