Screen_hint=signup is not displaying the sign up screen

I am constructing my redirect URL as such:

https://companyos.us.auth0.com/authorize?
  response_type=token&
  client_id=C3O9VoHNqYRt10A0r5r86v34xQcTPfgQ&
  redirect_uri=https://energyaudit.companyos.app/api/1.1/oauth_redirect&
  screen_hint=signup

this is using the new universal login BUT it never shows the signup page. only the login page. Any thoughts here?

Hi @jared2,

Welcome to the Auth0 Community!

Can you check your DevTools Network tab to ensure the screen_hint param is making it with the request? You can also DM me a HAR file of the request and I can take a look.

Also, you may want to double check you are using New Universal Login, as the screen hint param will not work with Classic UL. You can check this in the advanced options, a warning will indicate if you are overriding Universal Login.

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