Skip to content

Commit

Permalink
Deploy to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 12, 2023
1 parent f4cd260 commit b29721b
Show file tree
Hide file tree
Showing 23 changed files with 19 additions and 11 deletions.
Binary file modified .doctrees/algorithms.doctree
Binary file not shown.
Binary file modified .doctrees/backup-restore.doctree
Binary file not shown.
Binary file modified .doctrees/contribute.doctree
Binary file not shown.
Binary file modified .doctrees/defined-terms.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/index.doctree
Binary file not shown.
Binary file modified .doctrees/issuance.doctree
Binary file not shown.
Binary file modified .doctrees/pid-data-model.doctree
Binary file not shown.
Binary file modified .doctrees/pid-eaa-data.doctree
Binary file not shown.
Binary file modified .doctrees/pid-eaa-mdoc-cbor.doctree
Binary file not shown.
Binary file modified .doctrees/pid-eaa-sd-jwt.doctree
Binary file not shown.
Binary file modified .doctrees/pid-issuance.doctree
Binary file not shown.
Binary file modified .doctrees/pseudonyms.doctree
Binary file not shown.
Binary file modified .doctrees/relying-party-solution.doctree
Binary file not shown.
Binary file modified .doctrees/revocation-lists.doctree
Binary file not shown.
Binary file modified .doctrees/ssi-introduction.doctree
Binary file not shown.
Binary file modified .doctrees/standards.doctree
Binary file not shown.
Binary file modified .doctrees/trust.doctree
Binary file not shown.
Binary file modified .doctrees/wallet-instance-attestation.doctree
Binary file not shown.
Binary file modified .doctrees/wallet-solution.doctree
Binary file not shown.
15 changes: 10 additions & 5 deletions _sources/wallet-instance-attestation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,15 @@ Header
| kid | Key id used by the Wallet |
| | Provider to sign the attestation. |
+-----------------------------------+-----------------------------------+
| typ | Media type, set to |
| | `wallet-attestation+jwt`, |
| | according to |
| | [`OPENID4VC-HAIP`_] |
| typ | Media type, in this case we use |
| | the value va+jwt (Verifiable |
| | Assertion JWT). |
| | This parameter is currently |
| | non-standard as it is not yet |
| | registered as `IANA Media |
| | Types <https://www.iana.org/assig |
| | nments/media-types/media-types.xh |
| | tml>`__. |
+-----------------------------------+-----------------------------------+
| x5c | Array containing the X.509 |
| | certificate (and the entire chain |
Expand Down Expand Up @@ -473,7 +478,7 @@ Below is an example of Wallet Instance Attestation:
"eyJhbGciOiJFUz...jJLA",
"eyJhbGciOiJFUz...H9gw",
],
"typ": "wallet-attestation+jwt",
"typ": "va+jwt",
"x5c": ["MIIBjDCC ... XFehgKQA=="]
}
.
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions wallet-instance-attestation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1392,10 +1392,13 @@ <h4>Header<a class="headerlink" href="#id3" title="Permalink to this heading">¶
Provider to sign the attestation.</p></td>
</tr>
<tr class="row-even"><td><p>typ</p></td>
<td><p>Media type, set to
<cite>wallet-attestation+jwt</cite>,
according to
[<a class="reference external" href="https://vcstuff.github.io/oid4vc-haip-sd-jwt-vc/draft-oid4vc-haip-sd-jwt-vc.html">OPENID4VC-HAIP</a>]</p></td>
<td><p>Media type, in this case we use
the value va+jwt (Verifiable
Assertion JWT).
This parameter is currently
non-standard as it is not yet
registered as <a class="reference external" href="https://www.iana.org/assignments/media-types/media-types.xhtml">IANA Media
Types</a>.</p></td>
</tr>
<tr class="row-odd"><td><p>x5c</p></td>
<td><p>Array containing the X.509
Expand Down Expand Up @@ -1634,7 +1637,7 @@ <h4>Signature<a class="headerlink" href="#signature" title="Permalink to this he
<span class="w"> </span><span class="s2">&quot;eyJhbGciOiJFUz...jJLA&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;eyJhbGciOiJFUz...H9gw&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="p">],</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;typ&quot;</span><span class="o">:</span><span class="w"> </span><span class="s2">&quot;wallet-attestation+jwt&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;typ&quot;</span><span class="o">:</span><span class="w"> </span><span class="s2">&quot;va+jwt&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="s2">&quot;x5c&quot;</span><span class="o">:</span><span class="w"> </span><span class="p">[</span><span class="s2">&quot;MIIBjDCC ... XFehgKQA==&quot;</span><span class="p">]</span><span class="w"></span>
<span class="p">}</span><span class="w"></span>
<span class="p">.</span><span class="w"></span>
Expand Down

0 comments on commit b29721b

Please sign in to comment.