Signup redirect to URL

I would like to disable auth0 default signup and redirect user to my own custom signup page(s), in case he wants to register. How can I accomplish this?

Hey @wazy.software

It really depends on your use case

  1. If you’re using a DB Connection in Auth0, you can disable sign up and use the AuthenticationAPI from a custom form on your site/app:

https://auth0.com/docs/api/authentication#signup

  1. You can also use progressive profiling if your concerned about user drop off during sign up:
  1. You can customise the Universal Login sign up form if you need more fields:
  1. You can redirect users from with rules, using the sign in count as your trigger for a redirect

Hope this helps

I tried disabling signup from auth0 but the Java API throws exception now saying that signups are not permitted. What can I do if I want to use the Java API?

Hey team!

This topic seems related to our new EA feature, Forms for Actions, which rolled out of the beta stage on May 7th. Our Product team prepared the whole Documentation page with examples of Use cases. Forms for Actions. If you find yourself having questions regarding this new feature for the next two weeks, we are hosting an Ask Me Anything session. Our Product Expert will provide comprehensive written answers on May 21st from 8 AM to 10 AM PST.
Find out more about Forms for Actions and learn more about AMA.

Thanks!
Dawid