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 19, 2023
1 parent 527fc63 commit 09493b2
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 30 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified .doctrees/wallet-solution.doctree
Binary file not shown.
58 changes: 29 additions & 29 deletions _sources/wallet-solution.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,36 +123,36 @@ Payload
Payload `wallet_provider`
~~~~~~~~~~~~~~~~~~~~~~~~~

+---------------------------------------------+------------------------------------+
| **Key** | **Value** |
+---------------------------------------------+------------------------------------+
| jwks | Contains an array of all the Wallet|
| | Provider's public keys. |
+---------------------------------------------+------------------------------------+
| token_endpoint | Endpoint for obtaining the Wallet |
| | Instance Attestation. |
+---------------------------------------------+------------------------------------+
| attested_security_context_values_supported | List of supported values for the |
| | certified security context. These |
| | values specify the security level |
| | of the app—low, medium, or high. |
| | An attested security context is |
| | defined by the proof that the |
| | Wallet Instance can send to the |
| | Wallet Provider. Note: this |
| | parameter is defined in this |
| | specification |
+---------------------------------------------+------------------------------------+
| grant_types_supported | The types of grants supported by |
| | the endpoint token. It MUST be set to |
+---------------------------------------------+---------------------------------------------------------------------+
| **Key** | **Value** |
+---------------------------------------------+---------------------------------------------------------------------+
| jwks | Contains an array of all the Wallet |
| | Provider's public keys. |
+---------------------------------------------+---------------------------------------------------------------------+
| token_endpoint | Endpoint for obtaining the Wallet |
| | Instance Attestation. |
+---------------------------------------------+---------------------------------------------------------------------+
| attested_security_context_values_supported | List of supported values for the |
| | certified security context. These |
| | values specify the security level |
| | of the app—low, medium, or high. |
| | An attested security context is |
| | defined by the proof that the |
| | Wallet Instance can send to the |
| | Wallet Provider. Note: this |
| | parameter is defined in this |
| | specification |
+---------------------------------------------+---------------------------------------------------------------------+
| grant_types_supported | The types of grants supported by |
| | the endpoint token. It MUST be set to |
| | ``urn:ietf:params:oauth:client-assertion-type:jwt-key-attestation`` |
+---------------------------------------------+------------------------------------+
| token_endpoint_auth_methods_suppor | Supported authentication method for|
| ted | the endpoint token. |
+---------------------------------------------+------------------------------------+
| token_endpoint_auth_signing_alg_va | List of supported signature |
| lues_supported | algorithms. |
+---------------------------------------------+------------------------------------+
+---------------------------------------------+---------------------------------------------------------------------+
| token_endpoint_auth_methods_suppor | Supported authentication method for |
| ted | the endpoint token. |
+---------------------------------------------+---------------------------------------------------------------------+
| token_endpoint_auth_signing_alg_va | List of supported signature |
| lues_supported | algorithms. |
+---------------------------------------------+---------------------------------------------------------------------+

.. note::
The `asc_values_supported` parameter is experimental and under review.
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions wallet-solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,48 @@ <h2>Payload<a class="headerlink" href="#payload" title="Permalink to this headin
</table>
<section id="payload-wallet-provider">
<h3>Payload <cite>wallet_provider</cite><a class="headerlink" href="#payload-wallet-provider" title="Permalink to this heading"></a></h3>
<table class="docutils align-default">
<tbody>
<tr class="row-odd"><td><p><strong>Key</strong></p></td>
<td><p><strong>Value</strong></p></td>
</tr>
<tr class="row-even"><td><p>jwks</p></td>
<td><p>Contains an array of all the Wallet
Provider's public keys.</p></td>
</tr>
<tr class="row-odd"><td><p>token_endpoint</p></td>
<td><p>Endpoint for obtaining the Wallet
Instance Attestation.</p></td>
</tr>
<tr class="row-even"><td><p>attested_security_context_values_supported</p></td>
<td><p>List of supported values for the
certified security context. These
values specify the security level
of the app—low, medium, or high.
An attested security context is
defined by the proof that the
Wallet Instance can send to the
Wallet Provider. Note: this
parameter is defined in this
specification</p></td>
</tr>
<tr class="row-odd"><td><p>grant_types_supported</p></td>
<td><p>The types of grants supported by
the endpoint token. It MUST be set to
<code class="docutils literal notranslate"><span class="pre">urn:ietf:params:oauth:client-assertion-type:jwt-key-attestation</span></code></p></td>
</tr>
<tr class="row-even"><td><p>token_endpoint_auth_methods_suppor
ted</p></td>
<td><p>Supported authentication method for
the endpoint token.</p></td>
</tr>
<tr class="row-odd"><td><p>token_endpoint_auth_signing_alg_va
lues_supported</p></td>
<td><p>List of supported signature
algorithms.</p></td>
</tr>
</tbody>
</table>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The <cite>asc_values_supported</cite> parameter is experimental and under review.</p>
Expand Down

0 comments on commit 09493b2

Please sign in to comment.