Google Sign In for Web Apps not working with Internet Explorer

喜欢而已 提交于 2019-11-28 18:44:28

The Google Identity team fixed this in November. If you are continuing to see issues on the JavaScript demo hosted at GitHub, please report and issue.

You can check the following demos to see the sample work on Edge/IE11:

I used sign in and it worked for me ..

Here is my IE version :

Juan

Try to load your scripts from other place than google. According to this Question (Preventing "SCRIPT5: Access is denied" error in IE) that "SCRIPT5: Access is denied. " error is a way Ms has to 'protect' the user against XSS.

So, try to download https://apis.google.com/js/platform.js and use it form your local server instead.

Has there been any new ideas on this issue? I'm also seeing the same problem when trying to use the g-signin2 methods. I'm using the old s-gignin without issue right now across all browsers.

Oddly enough, this works for me on an IE10 browser, but not on IE11 or Edge

While running in localhost, if you add Form Id to your form in Login page, it wont process after login through Google Login button. Even the Login status wont get changed to "Signed" on Google Login button. But this can be resolved by running the page on Public Server, since IE has feature to restrict scripts while running locally.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!