Using screen hint but not landing on sign up page

Hello,

I’m using the new universal login to link to my sign up page (with Java and Spring boot).

In my html template file, I link to the login using the following

a href="/oauth2/authorization/auth0?screen_hint=signup

but this takes me to the Login page not the Signup page. I tried to look up more from the documentation but based on it, I feel like that should work. Please let me know what I’m missing. Thank you!

Hi @swift.stefanie,

Welcome to the Auth0 Community!

The screen_hint param must be sent to the /authorize endpoint. It looks like it is being sent with a request to a different endpoint.

Reference: New Universal Login Experience

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