oauth-wg / oauth-selective-disclosure-jwt

https://datatracker.ietf.org/doc/draft-ietf-oauth-selective-disclosure-jwt/
Other
57 stars 31 forks source link

Section 7.3 needs to be revised to describe which data structures can be transmitted #512

Closed Denisthemalice closed 2 weeks ago

Denisthemalice commented 2 weeks ago

Section 7.3 (Verification by the Verifier) states

Upon receiving a presentation from a Holder, in the form of either an SD-JWT or an SD-JWT+KB, in addition to the checks outlined in Section 8.1, Verifiers need to ensure that (...)

The vocabulary should be aligned with the acronyms from Figure 1: SD-JWT Issuance and Presentation Flow.

Change into:

Upon receiving a presentation from a Holder, in the form of either an SD-JWT + sel.disclosures or an SD-JWT + sel.disclosures + SD-JKT, in addition to the checks outlined in Section 8.1, Verifiers need to ensure that (...)