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

"scope" query param set even if no scopes defined #2

Closed
infeo opened this issue Jul 4, 2022 · 0 comments
Closed

"scope" query param set even if no scopes defined #2

infeo opened this issue Jul 4, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@infeo
Copy link
Contributor

infeo commented Jul 4, 2022

In an authorization flow started with AuthFlow.authorize( browser, ... scopes) the lib consumer can define the scopes for access token. If no scope is given, according to RFC 6749 BNF definition, the scope parameter must be ommitted.

This is not the case, hence, auth attempts are respondend with errors.

@infeo infeo added the bug Something isn't working label Jul 4, 2022
@infeo infeo added this to the 0.5.1 milestone Jul 4, 2022
@infeo infeo self-assigned this Jul 4, 2022
@infeo infeo closed this as completed in c755e00 Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant