How to redirect to a different page in application based on "signup" vs "login"?

Hi @victor-wei126,

You can redirect to the sign up page by passing screen_hint as a query string parameter to the /authorize endpoint:

loginWithRedirect({ screen_hint: 'signup' })
1 Like