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 Mar 19, 2024
1 parent 657e2f8 commit 68a9cbf
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
Binary file modified wallet-attestation/en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified wallet-attestation/en/.doctrees/wallet-attestation.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions wallet-attestation/en/_sources/wallet-attestation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ Below an non-normative example of the Wallet Attestation Request JWT without enc
"iss": "https://wallet-provider.example.org/instance/vbeXJksM45xphtANnCiG6mCyuU4jfGNzopGuKvogg9c",
"sub": "https://wallet-provider.example.org/",
"challenge": "6ec69324-60a8-4e5b-a697-a766d85790ea",
"type": "WalletAttestationRequest",
"hardware_signature": "KoZIhvcNAQcCoIAwgAIB...redacted",
"integrity_assertion": "o2NmbXRvYXBwbGUtYXBwYX...redacted",
"hardware_key_tag": "WQhyDymFKsP95iFqpzdEDWW4l7aVna2Fn4JCeWHYtbU=",
Expand Down Expand Up @@ -408,9 +407,6 @@ The body of the Wallet Attestation Request JWT MUST contain:
* - **challenge**
- Challenge data obtained from ``nonce`` endpoint
-
* - **type**
- It MUST be set to string "WalletAttestationRequest".
-
* - **hardware_signature**
- The signature of ``client_data`` obtained using Wallet Hardware Key base64 encoded.
-
Expand Down
2 changes: 1 addition & 1 deletion wallet-attestation/en/searchindex.js

Large diffs are not rendered by default.

13 changes: 4 additions & 9 deletions wallet-attestation/en/wallet-attestation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,6 @@ <h3>Wallet Attestation Issuance<a class="headerlink" href="#wallet-attestation-i
<span class="s2">&quot;iss&quot;</span><span class="p">:</span> <span class="s2">&quot;https://wallet-provider.example.org/instance/vbeXJksM45xphtANnCiG6mCyuU4jfGNzopGuKvogg9c&quot;</span><span class="p">,</span>
<span class="s2">&quot;sub&quot;</span><span class="p">:</span> <span class="s2">&quot;https://wallet-provider.example.org/&quot;</span><span class="p">,</span>
<span class="s2">&quot;challenge&quot;</span><span class="p">:</span> <span class="s2">&quot;6ec69324-60a8-4e5b-a697-a766d85790ea&quot;</span><span class="p">,</span>
<span class="s2">&quot;type&quot;</span><span class="p">:</span> <span class="s2">&quot;WalletAttestationRequest&quot;</span><span class="p">,</span>
<span class="s2">&quot;hardware_signature&quot;</span><span class="p">:</span> <span class="s2">&quot;KoZIhvcNAQcCoIAwgAIB...redacted&quot;</span><span class="p">,</span>
<span class="s2">&quot;integrity_assertion&quot;</span><span class="p">:</span> <span class="s2">&quot;o2NmbXRvYXBwbGUtYXBwYX...redacted&quot;</span><span class="p">,</span>
<span class="s2">&quot;hardware_key_tag&quot;</span><span class="p">:</span> <span class="s2">&quot;WQhyDymFKsP95iFqpzdEDWW4l7aVna2Fn4JCeWHYtbU=&quot;</span><span class="p">,</span>
Expand Down Expand Up @@ -1463,23 +1462,19 @@ <h3>Wallet Attestation Issuance<a class="headerlink" href="#wallet-attestation-i
<td><p>Challenge data obtained from <code class="docutils literal notranslate"><span class="pre">nonce</span></code> endpoint</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>type</strong></p></td>
<td><p>It MUST be set to string &quot;WalletAttestationRequest&quot;.</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>hardware_signature</strong></p></td>
<tr class="row-odd"><td><p><strong>hardware_signature</strong></p></td>
<td><p>The signature of <code class="docutils literal notranslate"><span class="pre">client_data</span></code> obtained using Wallet Hardware Key base64 encoded.</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>integrity_assertion</strong></p></td>
<tr class="row-even"><td><p><strong>integrity_assertion</strong></p></td>
<td><p>The integrity assertion obtained from the <strong>Device Integrity Service</strong> with the holder binding of <code class="docutils literal notranslate"><span class="pre">client_data</span></code>.</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>hardware_key_tag</strong></p></td>
<tr class="row-odd"><td><p><strong>hardware_key_tag</strong></p></td>
<td><p>Unique identifier of the <strong>Wallet Hardware Keys</strong></p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>cnf</strong></p></td>
<tr class="row-even"><td><p><strong>cnf</strong></p></td>
<td><p>JSON object, containing the public part of an asymmetric key pair owned by the Wallet Instance.</p></td>
<td><p><span class="target" id="index-10"></span><a class="rfc reference external" href="https://datatracker.ietf.org/doc/html/rfc7800.html"><strong>RFC 7800</strong></a></p></td>
</tr>
Expand Down
Binary file modified wallet-attestation/it/.doctrees/environment.pickle
Binary file not shown.

0 comments on commit 68a9cbf

Please sign in to comment.