Skip to content
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

SOCIAL_AUTH_GOOGLE_OAUTH2_EXTRA_SCOPE is ignored #28

Closed
jswain opened this issue Sep 12, 2013 · 1 comment
Closed

SOCIAL_AUTH_GOOGLE_OAUTH2_EXTRA_SCOPE is ignored #28

jswain opened this issue Sep 12, 2013 · 1 comment

Comments

@jswain
Copy link

jswain commented Sep 12, 2013

The documentation (http://psa.matiasaguirre.net/docs/html/backends/google.html) refers to a parameter, SOCIAL_AUTH_GOOGLE_OAUTH2_EXTRA_SCOPE, that can be set (for example to ['https://mail.google.com'] to extend the default authorisation scope.

SOCIAL_AUTH_GOOGLE_OAUTH2_EXTRA_SCOPE does not appear to be utilised by backend/google.py at all and setting it has no effect on the scope.

Setting SOCIAL_AUTH_GOOGLE_SCOPE = ['https://mail.google.com'] does extend the scope.

@omab
Copy link
Owner

omab commented Sep 12, 2013

@jswain, issues fixed. Thanks!

@omab omab closed this as completed Sep 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants