Skip to content

Commit

Permalink
add language about selective disclosure considerations
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe authored and decentralgabe committed Oct 4, 2024
1 parent 34d979d commit a2f7d97
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,11 +672,14 @@ <h2 id="securing-with-sd-jwt">Securing JSON-LD Verifiable Credentials with SD-JW
documents=] that use this media type.
</p>
<p>
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 <a data-cite="VC-DATA-MODEL-2.0#status"><code>credentialStatus</code></a>
and <a data-cite="VC-DATA-MODEL-2.0#data-schemas"><code>credentialSchema</code></a>.
limited to <a data-cite="VC-DATA-MODEL-2.0#contexts"><code>@context</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#types"><code>type</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#status"><code>credentialStatus</code></a>
and <a data-cite="VC-DATA-MODEL-2.0#data-schemas"><code>credentialSchema</code></a>,
and <a data-cite="VC-DATA-MODEL-2.0#integrity-of-related-resources"><code>relatedResource</code></a>.
</p>
<p>
To encrypt a secured [=verifiable credential=]
Expand Down Expand Up @@ -759,11 +762,14 @@ <h2 id="securing-vps-sd-jwt">Securing JSON-LD Verifiable Presentations with SD-J
These credentials are secured using SD-JWT in this case.
<p>
<p>
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 <a data-cite="VC-DATA-MODEL-2.0#status"> <code>credentialStatus</code></a>
and <a data-cite="VC-DATA-MODEL-2.0#data-schemas"> <code>credentialSchema</code></a>.
limited to <a data-cite="VC-DATA-MODEL-2.0#contexts"><code>@context</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#types"><code>type</code></a>,
<a data-cite="VC-DATA-MODEL-2.0#status"><code>credentialStatus</code></a>
and <a data-cite="VC-DATA-MODEL-2.0#data-schemas"><code>credentialSchema</code></a>,
and <a data-cite="VC-DATA-MODEL-2.0#integrity-of-related-resources"><code>relatedResource</code></a>.
</p>
<p>
To encrypt a secured [=verifiable presentation=]
Expand Down

0 comments on commit a2f7d97

Please sign in to comment.