Skip to content

Commit f181925

Browse files
authored
Merge pull request #250 from oauth-wg/247-aggregation-uri
aggregation uri text
2 parents 94a4d38 + f7bded5 commit f181925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft-ietf-oauth-status-list.md

+2-1
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. 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

@@ -1334,6 +1334,7 @@ for their valuable contributions, discussions and feedback to this specification
13341334
* add prior art
13351335
* updated language around application specific status type values and assigned ranges for application specific usage
13361336
* add short security considerations section for mac based deployments
1337+
* fix aggregation_uri text in referenced token
13371338

13381339
-06
13391340

0 commit comments

Comments
 (0)