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

Add scope to "authorization" and "refresh token" requests #447

Open
lancerushing opened this issue Oct 20, 2020 · 1 comment · May be fixed by #448
Open

Add scope to "authorization" and "refresh token" requests #447

lancerushing opened this issue Oct 20, 2020 · 1 comment · May be fixed by #448

Comments

@lancerushing
Copy link

I have a need to send the scope during token refresh.

RFC says: https://tools.ietf.org/html/rfc6749#section-6

   scope
         OPTIONAL.  The scope of the access request as described by
         Section 3.3.  The requested scope MUST NOT include any scope
         not originally granted by the resource owner, and if omitted is
         treated as equal to the scope originally granted by the
         resource owner.

I will submit PR.

lancerushing pushed a commit to lancerushing/oauth2 that referenced this issue Oct 20, 2020
@dmitriyminer
Copy link

@lancerushing, please vote #322

lancerushing added a commit to lancerushing/oauth2 that referenced this issue Oct 21, 2020
@lancerushing lancerushing changed the title Add scope to refresh token request Add scope to "authorization" and "refresh token" requests Oct 23, 2020
@hickford hickford linked a pull request Sep 23, 2023 that will close this issue
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 a pull request may close this issue.

2 participants