---
title: Success URL node
description: The Success URL node lets you specify the URL where end users are redirected when authentication succeeds.
component: auth-node-ref
version: latest
page_id: auth-node-ref::success-url
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/success-url.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication"]
page_aliases: ["auth-node-success-url.adoc"]
superseded_by: https://docs.pingidentity.com/auth-node-ref/latest/success-url.html
section_ids:
  example: Example
  availability: Availability
  inputs: Inputs
  dependencies: Dependencies
  configuration: Configuration
  outputs: Outputs
  outcomes: Outcomes
  errors: Errors
---

# Success URL node

The Success URL node lets you specify the URL where end users are redirected when authentication succeeds.

## Example

In this simple login example, the end user is redirected to one URL on successful authentication and to a different URL if authentication fails.

![journey success failure url](_images/journey-success-failure-url.png)

1. The [Page node](page.html) prompts the user for their username and password.

2. The [Data Store Decision node](data-store-decision.html) checks the username and password with those in the identity store.

3. On successful authentication, the [Increment Login Count node](increment-login-count.html) increments the login count in the end users profile and the Success URL node redirects the end user to a specific URL.

4. If authentication fails, the Failure URL node redirects the end user to a different URL.

|   |                                                                                                                                                                                                                                                                                                                                       |
| - | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | You can specify success and failure URLs in a number of different ways.Find more information on redirection URL precedence and on configuring the Validation Service to trust redirection URLs in [Success and failure redirection URLs](https://docs.pingidentity.com/pingoneaic/am-authentication/redirection-url-precedence.html). |

## Availability

| Product                               | Available? |
| ------------------------------------- | ---------- |
| PingOne Advanced Identity Cloud       | Yes        |
| PingAM (self-managed)                 | Yes        |
| Ping Identity Platform (self-managed) | Yes        |

## Inputs

None. This node doesn't read shared state data.

## Dependencies

This node has no dependencies.

## Configuration

| Property                 | Usage                                                     |
| ------------------------ | --------------------------------------------------------- |
| Success URL *(required)* | The full URL to redirect to when authentication succeeds. |

## Outputs

The node places the configured success URL in the `nodeState` object on the `successUrl` key to be retrieved when authentication succeeds.

## Outcomes

Single outcome path.

## Errors

This node doesn't log any error or warning messages of its own.
