From 8622891c29296bcb56e0a540cf3d778f7aae75a4 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Fri, 8 Mar 2024 22:01:45 -0500 Subject: [PATCH 1/3] publish -19 --- draft-ietf-gnap-core-protocol.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/draft-ietf-gnap-core-protocol.md b/draft-ietf-gnap-core-protocol.md index 06f2d40..1ed3619 100644 --- a/draft-ietf-gnap-core-protocol.md +++ b/draft-ietf-gnap-core-protocol.md @@ -1,6 +1,6 @@ --- title: 'Grant Negotiation and Authorization Protocol' -docname: draft-ietf-gnap-core-protocol-18 +docname: draft-ietf-gnap-core-protocol-19 category: std ipr: trust200902 @@ -7251,6 +7251,11 @@ Throughout many parts of GNAP, the parties pass shared references between each o > Note: To be removed by RFC editor before publication. +- 19 + - Updates from IESG reviews. + - Updated JOSE types to no longer use subtypes. + - Added media type registrations. + - 18 - Updates from IESG reviews. From 660753b47ecf207e61242d00958d5d6ef0f2b262 Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 13 Mar 2024 13:51:15 -0400 Subject: [PATCH 2/3] update character limits from AD review --- draft-ietf-gnap-core-protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-gnap-core-protocol.md b/draft-ietf-gnap-core-protocol.md index 1ed3619..b8b9395 100644 --- a/draft-ietf-gnap-core-protocol.md +++ b/draft-ietf-gnap-core-protocol.md @@ -2316,7 +2316,7 @@ MUST be processed by the AS in a case-insensitive manner (see {{interaction-user The string MUST be randomly generated so as to be unguessable by an attacker within the time it is accepted. The time in which this code will be accepted SHOULD be short lived, such as several -minutes. It is RECOMMENDED that this code be no more than eight +minutes. It is RECOMMENDED that this code be between six and eight characters in length. ~~~ json @@ -2366,7 +2366,7 @@ object that contains the following members. The string MUST be randomly generated so as to be unguessable by an attacker within the time it is accepted. The time in which this code will be accepted SHOULD be short lived, such as several - minutes. It is RECOMMENDED that this code be no more than eight + minutes. It is RECOMMENDED that this code be between six and eight characters in length. REQUIRED. From 2ca76ada8a5cf1b890abf3d4c4d37e9ebfaa633f Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 20 Mar 2024 09:33:13 +1000 Subject: [PATCH 3/3] add changelog and release --- draft-ietf-gnap-core-protocol.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/draft-ietf-gnap-core-protocol.md b/draft-ietf-gnap-core-protocol.md index b8b9395..ed5003f 100644 --- a/draft-ietf-gnap-core-protocol.md +++ b/draft-ietf-gnap-core-protocol.md @@ -1,6 +1,6 @@ --- title: 'Grant Negotiation and Authorization Protocol' -docname: draft-ietf-gnap-core-protocol-19 +docname: draft-ietf-gnap-core-protocol-20 category: std ipr: trust200902 @@ -7251,6 +7251,9 @@ Throughout many parts of GNAP, the parties pass shared references between each o > Note: To be removed by RFC editor before publication. +- 20 + - Updated recommendations for user code lengths. + - 19 - Updates from IESG reviews. - Updated JOSE types to no longer use subtypes.