Federated account sign in pop ups are blocked.
Closed this issue · 2 comments
sach2211 commented
Scenario:
-
Users signs in with a federated account and chooses to save it.
-
Now, after few days, lets assume the user is logged out from the federated account.
-
Now, when user visits in our app again, the federated account authentication will kick in. This will involve a pop up (as user is signed out of federated account). But, the pop up will be blocked - As its a result of resolution of promise -
navigator.credentials.get
, not direct user action.
Any work around for this ?
agektmr commented
Hi @sach2211 , this is a known issue mainly caused by Chrome:
https://crbug.com/404161
Please star it or comment it to encourage Chromium engineers to prioritize on it.