Redirect step
The Redirect step is the final stage of a login journey. It defines the endpoint where the customer is sent after the journey completes, typically returning them to the application that initiated the process.

The Redirect step in the login journey
This redirection ensures that session establishment or continuation occurs seamlessly and the customer lands in the expected post-authentication destination.
Settings that affect this step
- Callback URL:
The redirect target is determined by the callback URL provided by the application that triggered the journey. This URL is configured in the application client.
Updated 2 days ago