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

Neither oauth2:issue_code_grant/3 nor /4 verify the scope #21

Closed
IvanMartinez opened this issue May 9, 2013 · 1 comment
Closed

Neither oauth2:issue_code_grant/3 nor /4 verify the scope #21

IvanMartinez opened this issue May 9, 2013 · 1 comment

Comments

@IvanMartinez
Copy link
Contributor

Neither issue_code_grant/3 nor the /4 version verify the scope. Accordingly to points 4.1.1 and 4.1.3 of the specification, a scope parameter is passed in the authorization request, and a invalid_scope error could be returned. These functions should verify the scope the same way authorize_client_credentials/3 and authorize_password/3 do.

@IvanMartinez
Copy link
Contributor Author

This is one of the issues that #23 attempts to fix.

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