I want to redirect users after they have signed up to a page at our domain

I want to redirect users after they have signed up to a page at our site.
How should we do it?

Hi @info50,

Welcome to the Auth0 Community!

By default, users automatically log in after they sign up when using the Universal Login.

Because of that, one option here is to specify the URL in the redirect_uri query parameter of the login request. This is ideal if you know that the URL you want to redirect your users will be the same each time.

There is also an option to redirect your users to another page during the login flow but before they reach the callback URL(redirect_uri). See Redirect after signup - #3.

In this approach, the user signs up → logs in ->, redirects to your custom page → resumes auth and completes the flow by redirecting to the callback URL.

Let me know if you have any questions.

Thanks,
Rueben

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.