Could auth.signInWithSSO accept queryString login_hint? #30506
Unanswered
brianq
asked this question in
Feature Requests
Replies: 1 comment
-
+1 - be great to have this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a site where I've implemented a login page with a rudimentary domain discovery (based on the user's email address domain).
Retrieving the
providerId
for the given email domain and callingauth.signInWithSSO()
works great, however the user is taken to their (Azure) login page where they have to re-enter the email address again.Might it be possible to pass a
queryString.login_hint
parameter inoptions
(like how it's done withsignInWithOAuth
) or is there any other way of doing this?Beta Was this translation helpful? Give feedback.
All reactions