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
gapi.auth.authorize callback is never called in IE10 #120
Comments
|
From kth...@naver.com on March 30, 2014 19:52:41 So do I, Isn't any solution? |
|
From SS2014...@gmail.com on April 17, 2014 00:40:16 I have the same problem. Is there anyone how solved this problem? |
|
From benoit.p...@gmail.com on May 18, 2014 11:26:12 Hi, I think I found out the reason of this problem, unfortunately I cannot provide a workaround. Actually troubles happen in the execution of javascript from 764632278-postmessage.js (the number may change depending on its version) I have two computers with IE11 setup and for those two, the value of window.opener in the authentication popup is not the same. I tested it through the Js console. The one where I can reproduce this bug has window.opener set to null where it should be the "source" window which is the case with my second one. Here are the version that fails and the version successful. Note that I do not have any trouble with Chrome. Attachment: successfulIE.jpg failingIE.jpg earlyReturn.jpg |
|
From SS2014...@gmail.com on May 21, 2014 03:31:48 I only have this Problem if i call the Website from "localhost". |
|
From lukasz.p...@gmail.com on May 21, 2014 03:36:58 Hi OP here. So we narrowed our case to a problem with corporate proxy configuration. It worked like a charm outside corporate network. Once i t was I couldn't recall any more trouble wheter it was my localhost or any other server. This case is just strange. BTW it worked on IE11 without any changes to proxy settings. Sorry I know this is not much help :-( |
|
From benoit.p...@gmail.com on May 21, 2014 03:40:04 I am investigating this right now and it seems that this problem is not a bug from IE or google api. Indeed, I removed the KB2953522 to fallback to IE11 11.0.7 and I am facing the same issue. Therefore, I guessed that its a config problem. Now, after some testing I a managed to make it work by changing manually the security options. I will post the precise required configuration when I will be sure which option is mandatory. |
|
From benoit.p...@gmail.com on June 02, 2014 13:53:21 The culprit option is the "Enhanced protected mode" in IE. When unchecked we face the problem now known as "the blank popup". Fortunately, this option is checked for the internet. On the other hand, this is sometimes unchecked for local intranet. I guess, this is why most of us developers had this issue locally. Attachment: problematicOption.png |
|
Thanks for reaching out. This bug tracker is intended to report bugs in the Google API JavaScript Client. For support with Google Identity issues, please see https://developers.google.com/identity; if you still need help, ask a question on Stack Overflow under the google-oauth tag. |
From lukasz.p...@gmail.com on December 12, 2013 04:45:05
What steps will reproduce the problem? If possible, provide a live demo of the issue. 1. I use slightly modified example from the provided examples:
Windows 7 Enterprise SP1 64bit Please provide any additional information below. Screenshot attached.
Attachment: blank_auth_popup.png
Original issue: http://code.google.com/p/google-api-javascript-client/issues/detail?id=120
The text was updated successfully, but these errors were encountered: