Skip to content
New issue

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

Authentication sometimes fails in IE #132

Open
justincy opened this issue Oct 27, 2015 · 3 comments
Open

Authentication sometimes fails in IE #132

justincy opened this issue Oct 27, 2015 · 3 comments
Labels

Comments

@justincy
Copy link
Contributor

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.

@jimmyz
Copy link
Contributor

jimmyz commented Oct 27, 2015

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.

@justincy
Copy link
Contributor Author

Strangely, authentication works on the sample app in IE: https://fs-javascript-sdk-sample-app.herokuapp.com/examples/authentication

@justincy
Copy link
Contributor Author

This problem seems to be rare and we no longer have a reproduction of the bug. We'll have to let this sit until it comes up again.

@justincy justincy added the Bug label Aug 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants