Auth node reference

Failure URL node

The Failure URL node lets you specify the URL where end users are redirected when authentication fails.

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. For example, by setting a goto parameter directly in the login URL.

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

Failure URL (required)

The full URL to redirect to when authentication fails.

Outputs

The node places the configured failure URL in the nodeState object on the failureUrl key to be retrieved if authentication fails.

Outcomes

Single outcome path.

Errors

This node doesn’t log any errors or warnings.