-
-
Notifications
You must be signed in to change notification settings - Fork 668
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
51.2.1 OAuth authorization code - prevent replay and limit the lifetime #2090
Comments
A suggestion is to keep one verification and add a recommendation for L3
|
FAPI quotes: https://openid.net/specs/fapi-2_0-security-profile.html#section-5.3.1.1-2.11.1
https://openid.net/specs/fapi-2_0-security-profile.html#section-5.3.1.2-3
|
As the code lifetime part of the requirement is getting longer, it is maybe better to split the requirement.
The message I would like to send is:
For a starter
|
Any wording improvements for the proposal? ping @randomstuff as well |
Requirement use it once - from #2090 (comment)
Requirement die fast - one more update for the language check:
|
I would say:
|
otherwise LGTM |
... I think it requires further development. I feel that it does not carry the points I want to send - #2090 (comment)
|
Nitpick: "Verify that the authorization code lifetime is short-lived." is somewhat redundant? Shouldn't it be "Verify that the authorization code is short-lived."? (Otherwise LGTM.) |
I agree, perhaps in this case ASVS can have a slightly more strict requirement with a small change from should to shall?
I agree, but this might be hard to add without making the requirement less clear? Or is this better?
But I also think this works
|
Thank you proposals, I think the last one is good-n-clear enough, changed "should" > "can"
|
Just in case reminder for myself, that there is split for current requirement and other requirement must be added/updated as well:
|
Via #2157
|
The requirement was initially discussed in #2041 and added via #2089
Further discussion to solve (#2041 (comment)) - 10 minutes as lifetime is written to the specification, but FAPI requires just one minute, although it's for "financial grade" applications and should be considered as level 3.
The text was updated successfully, but these errors were encountered: