Redirect user after sign up to home page

Hi everyone,

I’m building an app that uses Auth0 for authentication. I have an invitation link system where users can sign up for a specific organization via email.

Right now, after the user completes signup through the invitation link, Auth0 redirects them to the login page. I would like to redirect them directly to the home page of my app instead.

I’m looking for guidance on: How to configure Auth0 to redirect users to a custom page after signup (not login) in the User Invitation template

Thanks in advance for your help!

Hi There!

Welcome to the Auth0 Community!

Thank you for posting your question. Have you tried adding the redirect_uri while generating the /authorize request in your application after receiving the invite from the Auth0 and the user via Application Login URI?

Thanks
Dawid