Skip to content

Commit

Permalink
Merge pull request #161 from oauth-wg/pb/minor1
Browse files Browse the repository at this point in the history
fix reference of Status List in CBOR format
  • Loading branch information
paulbastian authored Aug 28, 2024
2 parents 5da26d6 + 6bbcebe commit e4572f0
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 @@ -222,7 +222,7 @@ This section defines the structure for a CBOR-encoded Status List:

* The `StatusList` structure is a map (Major Type 5) and defines the following entries:
* `bits`: REQUIRED. Unsigned int (Major Type 0) that contains the number of bits per Referenced Token in the Status List. The allowed values for `bits` are 1, 2, 4 and 8.
* `lst`: REQUIRED. Byte string (Major Type 2) that contains the Status List as specified in [](#status-list-json).
* `lst`: REQUIRED. Byte string (Major Type 2) that contains the Status List as specified in [](#status-list).
* `aggregation_uri`: OPTIONAL. Text string (Major Type 3) that contains a URI to retrieve the Status List Aggregation for this type of Referenced Token. See section [](#batch-fetching) for further detail.

The following example illustrates the CBOR representation of the Status List in Hex:
Expand Down Expand Up @@ -852,6 +852,7 @@ Filip Skokan,
Francesco Marino,
Guiseppe De Marco,
Kristina Yasuda,
Markus Kreusch,
Michael B. Jones,
Mike Prorock,
Oliver Terbu,
Expand All @@ -867,6 +868,7 @@ for their valuable contributions, discussions and feedback to this specification

-04

* fix reference of Status List in CBOR format
* added status_list CWT claim key assigned
* move base64url definition to terminology

Expand Down

0 comments on commit e4572f0

Please sign in to comment.