It's back! Take the 2018 Developer Survey today »
2
votes
0answers
50 views

Google OAuth2 asking for account details twice

I am working on javascript to authenticate the user through google using OAuth. I am getting the user to sign in but the account chooser is opened twice, it selects the account once and again asks for ...
0
votes
1answer
1k views

Google OAuth 2.0 “Request for Permission” webpage does not close (FF, Chrome)

I am using Google OAuth 2.0 for authentication of an installed desktop Java application. I am using the Google OAuth 2.0 Java Client Library. When I make a call to request the user to authorize ...
0
votes
1answer
1k views

Google Oauth2 sign in using javascript API is not working with IE

I am using google oauth2 javascript api to authenticate an user to my app. This is working fine in Firefox and chrome, but not in IE. I have tried in IE 8, 9, and 10 but in vain. I searched a lot in ...