Skip to content

Commit 5d435dd

Browse files
committed
mention key resolution in the validation rules section
1 parent f181925 commit 5d435dd

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
@@ -724,7 +724,7 @@ If this validation is not successful, the Referenced Token MUST be rejected. If
724724
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.
725725
2. Resolve the Status List Token from the provided URI
726726
3. Validate the Status List Token:
727-
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
727+
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).
728728
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
729729
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)
730730
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
@@ -1335,6 +1335,7 @@ for their valuable contributions, discussions and feedback to this specification
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
13371337
* fix aggregation_uri text in referenced token
1338+
* mention key resolution in validation rules
13381339

13391340
-06
13401341

0 commit comments

Comments
 (0)