Signup -> how to redirect to signup page?

Searching for hours for a working solution. How can I redirect the user to the signup page?

I found an authorize method, which redirects to the login page… But how to redirect to the signup page?

I’m not looking for a way to create a new user.
I’m not looking for a way to post user information (email, password, … etc) to an API.
I’m not using lock…

1 Like

hello @woeterman94

If you are using the new universal login experience, you can use the parameter screen_hint=signup with the /authorize endpoint.

Please see the following as well

4 Likes

Thanks for sharing that @jatinvaidya!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.

Updating this with an FAQ that includes New and Classic UL