You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know Ancestry.com handles the OAuth2 flow through a pop-up window and that it works cross-browser. I believe the strategy is different in that it redirects to a real URI that responds to complete the OAuth2, posting the auth code for the access token. I suspect that the pop-up window then has a callback function that it calls to its parent window to complete the flow.
https://groups.google.com/a/ldsmail.net/d/msg/FSDN/5bVYBonGzwA/cBxdLu-XAQAJ
We need to figure out under what conditions the auth popup fails in IE and whether we can fix it.
The text was updated successfully, but these errors were encountered: