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

oauth2: Check application's granted scope on refresh #324

Closed
aeneasr opened this issue Oct 29, 2018 · 0 comments · Fixed by #332
Closed

oauth2: Check application's granted scope on refresh #324

aeneasr opened this issue Oct 29, 2018 · 0 comments · Fixed by #332
Labels
feat New feature or request.

Comments

@aeneasr
Copy link
Member

aeneasr commented Oct 29, 2018

No description provided.

@aeneasr aeneasr added the feat New feature or request. label Oct 29, 2018
aeneasr added a commit that referenced this issue Nov 3, 2018
This patch resolves several issues regarding the refresh flow. First,
an issue has been resolved which caused the audience to not be
set in the refreshed access tokens.

Second, scope and audience are validated against the client's
whitelisted values and if the values are no longer allowed,
the grant is canceled.

Closes #331
Closes #325
Closes #324
aeneasr added a commit that referenced this issue Nov 3, 2018
This patch resolves several issues regarding the refresh flow. First,
an issue has been resolved which caused the audience to not be
set in the refreshed access tokens.

Second, scope and audience are validated against the client's
whitelisted values and if the values are no longer allowed,
the grant is canceled.

Closes #331
Closes #325
Closes #324
budougumi0617 added a commit to budougumi0617/fosite that referenced this issue May 10, 2019
This patch resolves several issues regarding the refresh flow. First,
an issue has been resolved which caused the audience to not be
set in the refreshed access tokens.

Second, scope and audience are validated against the client's
whitelisted values and if the values are no longer allowed,
the grant is canceled.

Closes ory#331
Closes ory#325
Closes ory#324
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant