loginWithRedirect

Good Afternoon,

I have a case where when a user is logged in and accepts an invitation (coming from email) to the same domain I would like the link in the email to redirect the user to the auth0 hosted UI universal login page to login again with another credentials but when i redirect the user to auth0 using loginWithRedirect what happens is that auth0 tries to login directly with the already logged in user rather than redirecting to auth0 hosted UI page. I have tried passing prompt paramaters with value “none” in loginWithRedirect function

Regards

1 Like