Skip to content

Commit 1012408

Browse files
committed
added cwt status_list claim key
1 parent f99e04f commit 1012408

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ The following content applies to the CWT Claims Set:
288288
* `6` (issued at): REQUIRED. Same definition as `iat` claim in [](#status-list-token-jwt).
289289
* `4` (expiration time): OPTIONAL. Same definition as `exp` claim in [](#status-list-token-jwt).
290290
* `65534` (time to live): OPTIONAL. Same definition as `ttl` claim in [](#status-list-token-jwt).
291-
* `65535` (status list): REQUIRED. The status list claim MUST specify the Status List conforming to the rules outlined in [](#status-list-cbor).
291+
* `65533` (status_list): REQUIRED. The status list claim MUST specify the Status List conforming to the rules outlined in [](#status-list-cbor).
292292

293293
The following additional rules apply:
294294

@@ -702,6 +702,7 @@ IANA "CBOR Web Token (CWT) Claims" registry {{IANA.CWT}} established by {{RFC839
702702
<br/>
703703

704704
* Claim Name: `status_list`
705+
* Claim Key: TBD (requested assignment 65533)
705706
* Claim Description: A status list containing up-to-date status information on multiple other CWTs encoded as a bitarray.
706707
* Change Controller: IETF
707708
* Specification Document(s): [](#status-list-token-cwt) of this specification
@@ -861,6 +862,10 @@ for their valuable contributions, discussions and feedback to this specification
861862
# Document History
862863
{:numbered="false"}
863864

865+
-04
866+
867+
* added status_list CWT claim key assigned
868+
864869
-03
865870

866871
* remove unused reference to RFC9111

0 commit comments

Comments
 (0)