-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
authSample.html throws SecurityError #246
Comments
Seeing the same problem using both authentication with the idToken as well as authorization with the authorization code:
The callback ( The error I see in the console is:
|
@santihbc Could you mention what browser version are you using when you see this problem? I'm able to get idToken by |
gapi.auth2 requires third-party cookies to be allowed On Sun, Nov 6, 2016, 11:22 bochunz [email protected] wrote:
|
Duplicate of #260. Closing this one. |
1949109082-idpiframe.js:6 Uncaught SecurityError: Failed to read the 'localStorage' property from 'Window': Access is denied for this document.
Seems related to googlesamples/google-services#190
The text was updated successfully, but these errors were encountered: