---
title: Success node
description: The Success node is a required element indicating the journey ended successfully.
component: auth-node-ref
version: latest
page_id: auth-node-ref::success
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/success.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-success.adoc"]
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/success.html
section_ids:
  examples: Examples
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# Success node

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

## Examples

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

## 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

This node has no dependencies.

## Configuration

This node has no configurable properties.

## Outputs

This node doesn't change the shared state.

## 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":""
      }
  }
  ```
