From f7402ebdf4308169340e93f40ff5b832a7e62e94 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Fri, 15 Nov 2024 08:47:43 -0800 Subject: [PATCH] update changelog --- draft-ietf-oauth-v2-1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft-ietf-oauth-v2-1.md b/draft-ietf-oauth-v2-1.md index b204dd3..91388ed 100644 --- a/draft-ietf-oauth-v2-1.md +++ b/draft-ietf-oauth-v2-1.md @@ -3863,6 +3863,7 @@ Discussions around this specification have also occurred at the OAuth Security W * Updated reference for case insensitivity of auth scheme to HTTP instead of ABNF * Corrected an instance of "relying party" vs "client" * Moved `client_id` requirement to the individual grant types +* Consolidated the descriptions of serialization methods to the appendix -11