Skip to content

Commit 81b1a3e

Browse files
authored
Introduced/used the phrase processed SD-JWT payload in Section 8.1 on Verifying the SD-JWT (#456)
* Introduced the phrase processed SD-JWT payload in the end of the (#sd_jwt_verification) on Verifying the SD-JWT * typo fix * henceforth will henceforth be herein * words
1 parent 2cdefe6 commit 81b1a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft-ietf-oauth-selective-disclosure-jwt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ an SD-JWT:
866866
5. If any Disclosure was not referenced by digest value in the Issuer-signed JWT (directly or recursively via other Disclosures), the SD-JWT MUST be rejected.
867867
6. Check that the SD-JWT is valid using claims such as `nbf`, `iat`, and `exp` in the processed payload. If a required validity-controlling claim is missing (see (#sd-validity-claims)), the SD-JWT MUST be rejected.
868868

869-
If any step fails, the SD-JWT is not valid and processing MUST be aborted.
869+
If any step fails, the SD-JWT is not valid, and processing MUST be aborted. Otherwise, the JSON document resulting from the preceding processing and verification steps, herein referred to as the processed SD-JWT payload, can be made available to the application to be used for its intended purpose.
870870

871871
It is up to the Holder how to maintain the mapping between the Disclosures and the plaintext claim values to be able to display them to the End-User when needed.
872872

@@ -1935,6 +1935,7 @@ data. The original JSON data is then used by the application. See
19351935

19361936
* Clarify, add context, or otherwise improve the examples
19371937
* Editorial and reference fixes
1938+
* Better introduce the phrase processed SD-JWT payload in the end of (#sd_jwt_verification) on Verifying the SD-JWT
19381939
* Moved considerations around unlinkability to the top of the Privacy Considerations section
19391940

19401941
-11

0 commit comments

Comments
 (0)