-
-
Notifications
You must be signed in to change notification settings - Fork 669
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 access token requirement for intented scope #2363
Comments
If this requirement will be added as general requirement for tokens, we need to recheck OAuth-specific requirement:
|
To have an general requirement, we should not limit it to access tokens. It is required to check the aud for other tokens as well, at the moment the proposal seems unnecessary limitation. I think the outcome is part of spliting 3.5.6 to requirements "per task" #1967 (comment). |
Are the title and proposal in conflict? scope vs audience? |
Yes, a better title would be "Add requirement to mitigate the risk of accepting tokens that was not intended to be valid for a particular service" and rewrite in a more general way, maybe like this
|
I think the |
Add access token requirement to mitigate the risk of accepting tokens that was not intended to be valid for a particular service (API).
This is part of "cleaning up 3.5" see #1917 (comment)
The text was updated successfully, but these errors were encountered: