Skip to content

Commit 5da26d6

Browse files
authored
Merge pull request #160 from oauth-wg/c2bo/fix-cwt-claim-key
add cwt claim key for status_list
2 parents 5be97ee + 21ec224 commit 5da26d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

draft-ietf-oauth-status-list.md

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

296296
The following additional rules apply:
297297

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

707707
* Claim Name: `status_list`
708+
* Claim Key: TBD (requested assignment 65533)
708709
* Claim Description: A status list containing up-to-date status information on multiple other CWTs encoded as a bitarray.
709710
* Change Controller: IETF
710711
* Specification Document(s): [](#status-list-token-cwt) of this specification
@@ -866,6 +867,7 @@ for their valuable contributions, discussions and feedback to this specification
866867

867868
-04
868869

870+
* added status_list CWT claim key assigned
869871
* move base64url definition to terminology
870872

871873
-03

0 commit comments

Comments
 (0)