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

fix AuthorizeController scope error field #870

Merged

Conversation

abemassry
Copy link

According to the rfc https://tools.ietf.org/html/rfc6749#section-4.1.2.1
scope errors should have an error field of invalid_scope this fixes that
and the test. The TokenController has the same error description but
uses the invalid_scope error so this commit makes AuthorizeController
match that.

According to the rfc https://tools.ietf.org/html/rfc6749#section-4.1.2.1
scope errors should have an error field of invalid_scope this fixes that
and the test.  The TokenController has the same error description but
uses the invalid_scope error so this commit makes AuthorizeController
match that.
@bshaffer bshaffer merged commit 3bbfb19 into bshaffer:v2.x Nov 30, 2017
@abemassry
Copy link
Author

@bshaffer Thanks!

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

Successfully merging this pull request may close these issues.

2 participants