Auth node reference

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
  1. The Page node prompts the user for their username and password.

  2. The Data Store Decision node checks the username and password with those in the identity store.

  3. On successful authentication, the Increment Login Count node 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.

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

None

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 errors or warnings.