-
Notifications
You must be signed in to change notification settings - Fork 36
Improvements to text about PKCE / IAR vs PAR / security BCP. #624
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
Conversation
706c6e2 to
efba25c
Compare
| # Token Endpoint {#token-endpoint} | ||
|
|
||
| The Token Endpoint issues an Access Token and, optionally, a Refresh Token in exchange for the Authorization Code that Client obtained in a successful Authorization Response. It is used in the same manner as defined in [@!RFC6749]. Implementers SHOULD follow the best current practices for OAuth 2.0 Security given in [@!BCP240]. | ||
| The Token Endpoint issues an Access Token and, optionally, a Refresh Token in exchange for the Authorization Code that Client obtained in a successful Authorization Response. It is used in the same manner as defined in [@!RFC6749]. Implementers SHOULD follow the best current practices for OAuth 2.0 Security given in [@!BCP240], see (#securitybcp). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed on today's WG call; consensus around merging this sentence and the 710 sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually the sentence on line 710 is specific to IAE so that's not needed. Don't think it's worth raising a separate PR just to add a link to the securitybcp section here. We can just bundle this all in with the IAE changes.
Clarify that authorization code flow section now that we have a non-frontchannel method (IAE) to obtain authorization_code. Clarify that the recommendation to use PAR means PAR or IAE.
efba25c to
05e5455
Compare
|
I've updated this PR to apply the changes to the 1.1 spec file. |
Clarify that authorization code flow section now that we have a non-frontchannel method (IAE) to obtain authorization_code.
Clarify that the recommendation to use PAR means PAR or IAE.
closes #613