From a2f7d97f66c3ff412c8847de7a16d0451cc88db6 Mon Sep 17 00:00:00 2001 From: gabe Date: Fri, 27 Sep 2024 15:32:03 -0700 Subject: [PATCH] add language about selective disclosure considerations --- index.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index a22b7c7..3eb7c29 100644 --- a/index.html +++ b/index.html @@ -672,11 +672,14 @@

Securing JSON-LD Verifiable Credentials with SD-JW documents=] that use this media type.

- When securing verifiable credentials with [[SD-JWT]] implementers MUST ensure that + When securing [=verifiable credentials=] with [[SD-JWT]] implementers MUST ensure that properties necessary for the validation and verification of a credential are NOT selectively disclosable (i.e., such properties MUST be disclosed). These properties include but are not - limited to credentialStatus - and credentialSchema. + limited to @context, + type, + credentialStatus + and credentialSchema, + and relatedResource.

To encrypt a secured [=verifiable credential=] @@ -759,11 +762,14 @@

Securing JSON-LD Verifiable Presentations with SD-J These credentials are secured using SD-JWT in this case.

- When securing verifiable presentations with [[SD-JWT]] implementers MUST ensure that + When securing [=verifiable credentials=] with [[SD-JWT]] implementers MUST ensure that properties necessary for the validation and verification of a credential are NOT selectively disclosable (i.e., such properties MUST be disclosed). These properties include but are not - limited to credentialStatus - and credentialSchema. + limited to @context, + type, + credentialStatus + and credentialSchema, + and relatedResource.

To encrypt a secured [=verifiable presentation=]