Skip to content
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

update character lengths #536

Merged
merged 3 commits into from
Apr 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions draft-ietf-gnap-core-protocol.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Grant Negotiation and Authorization Protocol'
docname: draft-ietf-gnap-core-protocol-18
docname: draft-ietf-gnap-core-protocol-20
category: std

ipr: trust200902
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -7251,6 +7251,14 @@ 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.
- Added media type registrations.

- 18
- Updates from IESG reviews.

Expand Down
Loading