1

I want to use Google auth on my website and everything is fine on chrome. But when i try to login on the Internet explorer, the popup browser window is open and I have the next error:

SCRIPT5: Access denied.

My js google auth code:

auth2.grantOfflineAccess({
    'redirect_uri': 'postmessage'
  }).then(function(authResult) {
    console.log(authResult);
    });
gerry3
  • 21,420
  • 9
  • 66
  • 74
betmakh
  • 435
  • 4
  • 8
  • This is a duplicate of http://stackoverflow.com/questions/31494204/google-sign-in-for-web-apps-not-working-with-internet-explorer and http://stackoverflow.com/questions/31170572/basic-google-sign-in-for-websites-code-not-working-in-internet-explorer-11 we are still waiting for google to fix and/or respond – gerry3 Nov 17 '15 at 21:13
  • Note: it works on IE10, but not IE11 nor Edge – gerry3 Nov 17 '15 at 21:15

0 Answers0