"embedded" signup form from universal login just like auth0.com/signup

Currently we use the New Universal Login and the sign up form is the basic auth0 dialog. I don’t want to use custom templates since this creates too much undesired overhead from development site just to recreate a nearly 1:1 copy.

Anyhow I was looking at the auth0 sign up page Sign Up - Auth0. and was wondering if this is easily achivable with the New Universal Login?

Hi @hendrik,

If I remember correctly, our sign up page uses the Authentication API Explorer signup endpoint.

You could also get a similar effect using https://auth0.com/docs/customize/universal-login-pages/universal-login-page-templates page templating.

You can set templates for specific pages, in this case you would want to create a specific signup template.

Hi @dan.woda,

thanks for pointing me to the Customize New Universal Login Pages docs, with just a little play-around I was able to easily achieve it.

1 Like

No problem! Let me know if you have any questions about it.