Skip to content

Commit

Permalink
Script updating gh-pages from c3861dd. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ID Bot committed Nov 22, 2023
1 parent 0a3ba68 commit d54a70a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion draft-oid4vc-haip-sd-jwt-vc.html
Original file line number Diff line number Diff line change
Expand Up @@ -1920,7 +1920,7 @@ <h4 id="name-credential-response">
<h4 id="name-verifier-metadata">
<a href="#section-7.2.7" class="section-number selfRef">7.2.7. </a><a href="#name-verifier-metadata" class="section-name selfRef">Verifier Metadata</a>
</h4>
<p id="section-7.2.7-1">The Verifier SHOULD add a <code>vp_formats_supported</code> element to its metadata (e.g. in the <code>client_metadata</code> authorization request parameter) to let the wallet know what protection algorithms it supports in conjunction with SD-JWT VCs. The format element MUST have the key <code>vc+sd-jwt</code>, the value is an object consisting of the following elements:<a href="#section-7.2.7-1" class="pilcrow"></a></p>
<p id="section-7.2.7-1">The Verifier SHOULD add a <code>vp_formats</code> element to its metadata (e.g. in the <code>client_metadata</code> authorization request parameter) to let the wallet know what protection algorithms it supports in conjunction with SD-JWT VCs. The format element MUST have the key <code>vc+sd-jwt</code>, the value is an object consisting of the following elements:<a href="#section-7.2.7-1" class="pilcrow"></a></p>
<ul class="compact">
<li class="compact" id="section-7.2.7-2.1">
<code>sd-jwt_alg_values</code>: OPTIONAL. A JSON array containing identifiers of cryptographic algorithms the verifier supports for protection of a SD-JWT. If present, the <code>alg</code> JOSE header (as defined in <span>[<a href="#RFC7515" class="cite xref">RFC7515</a>]</span>) of the presented SD-JWT MUST match one of the array values.<a href="#section-7.2.7-2.1" class="pilcrow"></a>
Expand Down
11 changes: 5 additions & 6 deletions draft-oid4vc-haip-sd-jwt-vc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -729,12 +729,11 @@ Table of Contents

7.2.7. Verifier Metadata

The Verifier SHOULD add a vp_formats_supported element to its
metadata (e.g. in the client_metadata authorization request
parameter) to let the wallet know what protection algorithms it
supports in conjunction with SD-JWT VCs. The format element MUST
have the key vc+sd-jwt, the value is an object consisting of the
following elements:
The Verifier SHOULD add a vp_formats element to its metadata (e.g. in
the client_metadata authorization request parameter) to let the
wallet know what protection algorithms it supports in conjunction
with SD-JWT VCs. The format element MUST have the key vc+sd-jwt, the
value is an object consisting of the following elements:

* sd-jwt_alg_values: OPTIONAL. A JSON array containing identifiers
of cryptographic algorithms the verifier supports for protection
Expand Down

0 comments on commit d54a70a

Please sign in to comment.