We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The fetchSignInMethodsForEmail(auth, user.email) function is used to in sign-in verification, if the Email Enumeration Protection is on, the function will return empty array, cause the sign-in verification failed. https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection
fetchSignInMethodsForEmail(auth, user.email)
Assessment link can sign-in with Email Enumeration Protect On
The text was updated successfully, but these errors were encountered:
@warrensearle Do you know if we need to make this call to get the sign in methods?
Sorry, something went wrong.
KoWeiJAC
No branches or pull requests
How to reproduce
- Use Assessment links to sign-in
Cause
The
fetchSignInMethodsForEmail(auth, user.email)
function is used to in sign-in verification,if the Email Enumeration Protection is on, the function will return empty array, cause the sign-in verification failed.
https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection
Expected
Assessment link can sign-in with Email Enumeration Protect On
The text was updated successfully, but these errors were encountered: