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);
});