Skip to content

Commit

Permalink
Don't use MUST in the opening text of verification sections 8.1 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-pi committed Dec 15, 2023
1 parent d015a3d commit 2a0e270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-oauth-selective-disclosure-jwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ The Issuer creates Disclosures first for the sub-claims and then includes their

## Verification of the SD-JWT {#sd_jwt_verification}

Upon receiving an SD-JWT, a Holder or a Verifier MUST ensure that
Upon receiving an SD-JWT, a Holder or a Verifier needs to ensure that

* the Issuer-signed JWT is valid, i.e., it is signed by the Issuer and the signature is valid, and
* all Disclosures are valid and correspond to a respective digest value in the Issuer-signed JWT (directly in the payload or recursively included in other Disclosures).
Expand Down Expand Up @@ -743,7 +743,7 @@ For presentation to a Verifier, the Holder MUST perform the following (or equiva

## Verification by the Verifier {#verifier_verification}

Upon receiving a Presentation, in addition to the checks outlined in (#sd_jwt_verification), Verifiers MUST ensure that
Upon receiving a Presentation, in addition to the checks outlined in (#sd_jwt_verification), Verifiers need to ensure that

* if Key Binding is required, the Key Binding JWT is signed by the Holder and valid.

Expand Down

0 comments on commit 2a0e270

Please sign in to comment.