Skip to content

Commit f7bded5

Browse files
authored
Update draft-ietf-oauth-status-list.md
1 parent 8231621 commit f7bded5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ This section defines the data structure for a JSON-encoded Status List:
293293
* `status_list`: REQUIRED. JSON Object that contains a Status List. It MUST contain at least the following claims:
294294
* `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.
295295
* `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 Status List as specified in [](#status-list).
296-
* `aggregation_uri`: OPTIONAL. JSON String that contains a URI to retrieve the Status List Aggregation for this type of Referenced Token or the Issuer. See section [](#aggregation) for further details.
296+
* `aggregation_uri`: OPTIONAL. JSON String that contains a URI to retrieve the Status List Aggregation for this type of Referenced Token or Issuer. See section [](#aggregation) for further details.
297297

298298
The following example illustrates the JSON representation of the Status List:
299299

0 commit comments

Comments
 (0)