Skip to content

Commit

Permalink
Merge pull request #160 from oauth-wg/c2bo/fix-cwt-claim-key
Browse files Browse the repository at this point in the history
add cwt claim key for status_list
  • Loading branch information
paulbastian authored Aug 28, 2024
2 parents 5be97ee + 21ec224 commit 5da26d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion draft-ietf-oauth-status-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ The following content applies to the CWT Claims Set:
* `6` (issued at): REQUIRED. Same definition as `iat` claim in [](#status-list-token-jwt).
* `4` (expiration time): OPTIONAL. Same definition as `exp` claim in [](#status-list-token-jwt).
* `65534` (time to live): OPTIONAL. Same definition as `ttl` claim in [](#status-list-token-jwt).
* `65535` (status list): REQUIRED. The status list claim MUST specify the Status List conforming to the rules outlined in [](#status-list-cbor).
* `65533` (status list): REQUIRED. The status list claim MUST specify the Status List conforming to the rules outlined in [](#status-list-cbor).

The following additional rules apply:

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

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

-04

* added status_list CWT claim key assigned
* move base64url definition to terminology

-03
Expand Down

0 comments on commit 5da26d6

Please sign in to comment.