Skip to content

Commit e4572f0

Browse files
authored
Merge pull request #161 from oauth-wg/pb/minor1
fix reference of Status List in CBOR format
2 parents 5da26d6 + 6bbcebe commit e4572f0

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
@@ -222,7 +222,7 @@ This section defines the structure for a CBOR-encoded Status List:
222222

223223
* The `StatusList` structure is a map (Major Type 5) and defines the following entries:
224224
* `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.
225-
* `lst`: REQUIRED. Byte string (Major Type 2) that contains the Status List as specified in [](#status-list-json).
225+
* `lst`: REQUIRED. Byte string (Major Type 2) that contains the Status List as specified in [](#status-list).
226226
* `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.
227227

228228
The following example illustrates the CBOR representation of the Status List in Hex:
@@ -852,6 +852,7 @@ Filip Skokan,
852852
Francesco Marino,
853853
Guiseppe De Marco,
854854
Kristina Yasuda,
855+
Markus Kreusch,
855856
Michael B. Jones,
856857
Mike Prorock,
857858
Oliver Terbu,
@@ -867,6 +868,7 @@ for their valuable contributions, discussions and feedback to this specification
867868

868869
-04
869870

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

0 commit comments

Comments
 (0)