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

client_credentials grant incorrectly requires scope #15

Open
sbxalex opened this issue Nov 6, 2014 · 0 comments
Open

client_credentials grant incorrectly requires scope #15

sbxalex opened this issue Nov 6, 2014 · 0 comments

Comments

@sbxalex
Copy link
Contributor

sbxalex commented Nov 6, 2014

Requesting a token with grant_type=client_credentials results in a 400 Bad Request error that says {"error":"invalid_request","error_description":"mandatory: scope"}. This goes against the spec – see the relevant section, where it says scope is OPTIONAL (which, in turn, means implementations with such an OPTIONAL feature must be able to interoperate with those that don't, according to RFC 2119).

@sbxalex sbxalex changed the title client_credentials grant incorrectly requires scope client_credentials grant incorrectly requires scope Nov 6, 2014
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

1 participant