Hi everyone,
have the following case: while creating a new User, he or she gets an invitation link. However, it redirects to Sign In tab by default, and the User has to switch to Sign Up . tab.
Is it possible to create a separate URL for Sign In and for Sign Up allowing Users to redirect them directly to Sign Up?
Thanks in advance!
1 Like
Hi @ildarstorage ,
Welcome to the Auth0 Community!
You can’t create a dedicated URL for signup, but you can link directly to the signup page with specific params. Check out this FAQ that goes over it:
Question: How do I link users directly to the hosted signup page?
Answer:
The answer to this question will differ depending on how you have configured your application.
If you are using the New Universal Login Experience :
You can make users land directly on the Signup page instead of the Login page by specifying the screen_hint=signup parameter when redirecting to /authorize . Note that this can be combined with prompt=login , which indicates if you want to always show the authenticatio…
1 Like