oauth-v2-1 icon indicating copy to clipboard operation
oauth-v2-1 copied to clipboard

OAuth 2.1 is a consolidation of the core OAuth 2.0 specs

Results 65 oauth-v2-1 issues
Sort by recently updated
recently updated
newest added

## Question It seems that there are non-TLS-based implementations of OAuth. Should we better decouple the flows from channel requirements? See https://datatracker.ietf.org/doc/rfc9200/

reorganize access token threats section

There are two reference errors in the following paragraph in [Section 4.1.1](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#section-4.1.1): > Clients MUST use code_challenge and code_verifier and authorization servers MUST enforce their use except under the conditions...

RFC9449 appeared twice in [Appendix D. Extensions](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-12#name-extensions). To prevent similar issues from happening, I think these extensions can be sorted by their RFC serial number.

see 1.4 > Access tokens represent specific scopes and durations of access, granted by the resource owner, and enforced by the resource server and authorization server. - separate out what...