Set Sign Up Link to an external link with Universal Login

I’m on paid plan and we have been using the universal login page for logging into our app. I would prefer not to revert to the classic login but we actually need the signup page to be something else in our app (that talks to auth0 in the backend). But traditional signups are disabled through that form. I was just looking through the docs and I cant seem to change where that link points only the text before it.

Ive looked through community and most examples are dealing with the classic universal login.

Hi @dmaman

Welcome to the Auth0 Community!

I understand that you’d like to utilize a custom URL that would land users on the Signup page with Universal Login instead of Classic.

This can be accomplished by specifying the screen_hint=signup query parameter when redirecting to /authorize, as mentioned in our documentation here.

Additionally, you can find more information on this matter on our following Knowledge Article that goes over redirecting users to a hosted Signup page.

Hope this helped!
Gerrald