Open KoWeiJAC opened 4 days ago
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
@warrensearle Do you know if we need to make this call to get the sign in methods?
How to reproduce
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-protectionExpected
Assessment link can sign-in with Email Enumeration Protect On