Skip to content

Commit 7ec8736

Browse files
c2botplooker
andauthored
Apply suggestions from code review
Co-authored-by: Tobias Looker <tobias.looker@mattr.global>
1 parent 0d7baae commit 7ec8736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ This section defines the structure for a JSON-encoded Status List:
206206
* `status_list`: REQUIRED. JSON Object that contains a Status List. It MUST contain at least the following claims:
207207
* `bits`: REQUIRED. JSON Integer specifying the number of bits per Referenced Token in the Status List (`lst`). The allowed values for `bits` are 1,2,4 and 8.
208208
* `lst`: REQUIRED. JSON String that contains the status values for all the Referenced Tokens it conveys statuses for. The value MUST be the base64url-encoded (as defined in Section 2 of {{RFC7515}}) Status List as specified in [](#status-list).
209-
* `aggregation_uri`: OPTIONAL. JSON String that contains an URI to retrieve the Status List Aggregation for this type of Referenced Token. See section [](#batch-fetching) for further detail.
209+
* `aggregation_uri`: OPTIONAL. JSON String that contains a URI to retrieve the Status List Aggregation for this type of Referenced Token. See section [](#batch-fetching) for further detail.
210210

211211
The following example illustrates the JSON representation of the Status List:
212212

@@ -221,7 +221,7 @@ This section defines the structure for a CBOR-encoded Status List:
221221
* The `StatusList` structure is a map (Major Type 5) and defines the following entries:
222222
* `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.
223223
* `lst`: REQUIRED. Byte string (Major Type 2) that contains the Status List as specified in [](#status-list-json).
224-
* `aggregation_uri`: OPTIONAL. Text string (Major Type 3) that contains an URI to retrieve the Status List Aggregation for this type of Referenced Token. See section [](#batch-fetching) for further detail.
224+
* `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.
225225

226226
The following example illustrates the CBOR representation of the Status List in Hex:
227227

@@ -453,7 +453,7 @@ TBD
453453

454454
# Status List Aggregation {#batch-fetching}
455455

456-
Status List Aggregation is an optional mechanism to retrieve a list of URIs to all Status List Tokens, allowing a Relying Party to fetch all relevant Status Lists for a specific type of Referenced Token or issuer. This mechanism is intended to support fetching and caching mechanisms and allow offline validation of the status.
456+
Status List Aggregation is an optional mechanism to retrieve a list of URIs to all Status List Tokens, allowing a Relying Party to fetch all relevant Status Lists for a specific type of Referenced Token or issuer. This mechanism is intended to support fetching and caching mechanisms and allow offline validation of the status of a reference token for a period of time.
457457

458458
There are two options for a Relying Party to retrieve the Status List Aggregation.
459459
An issuer MAY support any of these mechanisms:

0 commit comments

Comments
 (0)