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

if default_scopes doesn't have 'users.read', authentication callback doesn't work #17

Open
prashanthsadasivan opened this issue Mar 27, 2017 · 2 comments

Comments

@prashanthsadasivan
Copy link
Contributor

Took forever to track this one down. I don't really need 'users:read' for my application, but my authentication wasn't working because the strategy tries to make the call to users.info even though it doesn't exist in the scope. pull request incoming

@cjab
Copy link
Contributor

cjab commented Jan 18, 2018

I ran into this also ☹️. Just adding that users:read is required to the documentation would probably help others to avoid the problem 😃. Or it could always be appended to the scope list regardless of the defaults set in config.

@doomspork
Copy link
Member

@cjab would you like to open a PR to update the README? There's an outstanding PR but it's gone stale.

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

3 participants