Skip to content

Commit ef4ee62

Browse files
authored
Merge pull request #252 from oauth-wg/205-validation-rules
mention key resolution in the validation rules section
2 parents b956552 + efcf1e7 commit ef4ee62

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
@@ -772,7 +772,7 @@ If this validation is not successful, the Referenced Token MUST be rejected. If
772772
1. Check for the existence of a `status` claim, check for the existence of a `status_list` claim within the `status` claim and validate that the content of `status_list` adheres to the rules defined in [](#referenced-token-jose) for JOSE-based Referenced Tokens and [](#referenced-token-cose) for COSE-based Referenced Tokens. Other formats of Referenced Tokens may define other encoding of the URI and index.
773773
2. Resolve the Status List Token from the provided URI
774774
3. Validate the Status List Token:
775-
1. Validate the Status List Token by following the rules defined in section 7.2 of {{RFC7519}} for JWTs and section 7.2 of {{RFC8392}} for CWTs
775+
1. Validate the Status List Token by following the rules defined in section 7.2 of {{RFC7519}} for JWTs and section 7.2 of {{RFC8392}} for CWTs. This step might require the resolution of a public key as described in [](#key-management).
776776
2. Check for the existence of the required claims as defined in [](#status-list-token-jwt) and [](#status-list-token-cwt) depending on the token type
777777
4. All existing claims in the Status List Token MUST be checked according to the rules in [](#status-list-token-jwt) and [](#status-list-token-cwt)
778778
1. The subject claim (`sub` or `2`) of the Status List Token MUST be equal to the `uri` claim in the `status_list` object of the Referenced Token
@@ -1805,6 +1805,7 @@ CBOR encoding:
18051805
* updated language around application specific status type values and assigned ranges for application specific usage
18061806
* add short security considerations section for mac based deployments
18071807
* fix aggregation_uri text in referenced token
1808+
* mention key resolution in validation rules
18081809

18091810
-06
18101811

0 commit comments

Comments
 (0)