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 10, 2023
1 parent 4ecf9ff commit 7890254
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 80 deletions.
Binary file modified ruphy-patch-3/en/.doctrees/environment.pickle
Binary file not shown.
Binary file modified ruphy-patch-3/en/.doctrees/wallet-instance-attestation.doctree
Binary file not shown.
Binary file modified ruphy-patch-3/en/.doctrees/wallet-solution.doctree
Binary file not shown.
126 changes: 63 additions & 63 deletions ruphy-patch-3/en/_sources/wallet-instance-attestation.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,69 +212,69 @@ Header
Payload
^^^^^^^

+---------------------------+-------------------------------------------+
| **key** | **value** |
+---------------------------+-------------------------------------------+
|| iss || The public url of the Wallet |
|| || Instance attestation issuer. See |
|| || the example below in this section. |
+---------------------------+-------------------------------------------+
|| sub || Thumbprint value |
|| || of the JWK of the Wallet Instance |
|| || for which the attestation is |
|| || being issued. |
+---------------------------+-------------------------------------------+
|| iat || Unix timestamp of attestation |
|| || issuance time. |
+---------------------------+-------------------------------------------+
|| exp || Unix timestamp regarding the |
|| || expiration date time. |
|| || A good practice to avoid security |
|| || problems is to have a limited |
|| || duration of the attestation. |
+---------------------------+-------------------------------------------+
|| type || String: |
|| || "WalletInstanceAttestation". |
+---------------------------+-------------------------------------------+
|| policy_uri || Url to the privacy policy |
|| || of the wallet. |
+---------------------------+-------------------------------------------+
|| tos_uri || Url to the terms |
|| || of use of the Wallet Provider. |
+---------------------------+-------------------------------------------+
|| logo_uri || Logo url of the Wallet Provider. |
+---------------------------+-------------------------------------------+
|| attested_security_context|| Attested security context: |
|| || Represents a level of "trust" of |
|| || the service containing a Level Of |
|| || Agreement defined in the metadata |
|| || of the Wallet Provider. |
+---------------------------+-------------------------------------------+
|| cnf || This parameter contains the ``jwk`` |
|| || parameter |
|| || with the public key of the Wallet |
|| || necessary for the holder binding. |
+---------------------------+-------------------------------------------+
|| authorization_endpoint || URL of the OP's OAuth 2.0 |
|| || Authorization Endpoint. |
+---------------------------+-------------------------------------------+
|| response_types_supported || JSON array containing a list of |
|| || the OAuth 2.0 response_type values |
|| || that this OP supports. |
+---------------------------+-------------------------------------------+
|| vp_formats_supported || JSON object containing |
|| || ``jwt_vp_json`` and ``jwt_vc_json`` |
|| || supported algorithms array. |
+---------------------------+-------------------------------------------+
|| request_object_signing || JSON array containing a list of the |
|| _alg_values_supported || JWS signing algorithms (alg values) |
|| || supported by the OP for Request Objects. |
+---------------------------+-------------------------------------------+
|| presentation_definition || Boolean value specifying whether the |
|| _uri_supported || Wallet Instance supports the transfer of |
|| || presentation_definition by |
|| || reference, with true indicating support. |
+---------------------------+-------------------------------------------+
+---------------------------+------------------------------------------------+
| **key** | **value** |
+---------------------------+------------------------------------------------+
|| iss || The public url of the Wallet |
|| || Instance attestation issuer. See |
|| || the example below in this section. |
+---------------------------+------------------------------------------------+
|| sub || Thumbprint value |
|| || of the JWK of the Wallet Instance |
|| || for which the attestation is |
|| || being issued. |
+---------------------------+------------------------------------------------+
|| iat || Unix timestamp of attestation |
|| || issuance time. |
+---------------------------+------------------------------------------------+
|| exp || Unix timestamp regarding the |
|| || expiration date time. |
|| || A good practice to avoid security |
|| || problems is to have a limited |
|| || duration of the attestation. |
+---------------------------+------------------------------------------------+
|| type || String: |
|| || "WalletInstanceAttestation". |
+---------------------------+------------------------------------------------+
|| policy_uri || URL to the privacy policy |
|| || of the wallet. |
+---------------------------+------------------------------------------------+
|| tos_uri || URL to the terms |
|| || of use of the Wallet Provider. |
+---------------------------+------------------------------------------------+
|| logo_uri || URL of the Wallet Provider logo in SVG format |
+---------------------------+------------------------------------------------+
|| attested_security_context|| Attested security context: |
|| || Represents a level of "trust" of |
|| || the service containing a Level Of |
|| || Agreement defined in the metadata |
|| || of the Wallet Provider. |
+---------------------------+------------------------------------------------+
|| cnf || This parameter contains the ``jwk`` |
|| || parameter |
|| || with the public key of the Wallet |
|| || necessary for the holder binding. |
+---------------------------+------------------------------------------------+
|| authorization_endpoint || URL of the OP's OAuth 2.0 |
|| || Authorization Endpoint. |
+---------------------------+------------------------------------------------+
|| response_types_supported || JSON array containing a list of |
|| || the OAuth 2.0 response_type values |
|| || that this OP supports. |
+---------------------------+------------------------------------------------+
|| vp_formats_supported || JSON object containing |
|| || ``jwt_vp_json`` and ``jwt_vc_json`` |
|| || supported algorithms array. |
+---------------------------+------------------------------------------------+
|| request_object_signing || JSON array containing a list of the |
|| _alg_values_supported || JWS signing algorithms (alg values) |
|| || supported by the OP for Request Objects. |
+---------------------------+------------------------------------------------+
|| presentation_definition || Boolean value specifying whether the |
|| _uri_supported || Wallet Instance supports the transfer of |
|| || presentation_definition by |
|| || reference, with true indicating support. |
+---------------------------+------------------------------------------------+

.. note::
The claim ``attested_security_context`` (Attested Security Context) is under discussion
Expand Down
26 changes: 13 additions & 13 deletions ruphy-patch-3/en/_sources/wallet-solution.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,19 +163,19 @@ Payload `wallet_provider`
Payload `federation_entity`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+-------------------+----------------------------------------+
| **Key** | **Value** |
+-------------------+----------------------------------------+
| organization_name | Organization name. |
+-------------------+----------------------------------------+
| homepage_uri | Organization's website URL. |
+-------------------+----------------------------------------+
| tos_uri | URL to the terms of service. |
+-------------------+----------------------------------------+
| policy_uri | URL to the privacy policy. |
+-------------------+----------------------------------------+
| logo_uri | URL of the organization's logo. |
+-------------------+----------------------------------------+
+-------------------+----------------------------------------------+
| **Key** | **Value** |
+-------------------+----------------------------------------------+
| organization_name | Organization name. |
+-------------------+----------------------------------------------+
| homepage_uri | Organization's website URL. |
+-------------------+----------------------------------------------+
| tos_uri | URL to the terms of service. |
+-------------------+----------------------------------------------+
| policy_uri | URL to the privacy policy. |
+-------------------+----------------------------------------------+
| logo_uri | URL of the organization's logo in SVG format.|
+-------------------+----------------------------------------------+

Below a non-normative example of the Entity Configuration.

Expand Down
6 changes: 3 additions & 3 deletions ruphy-patch-3/en/wallet-instance-attestation.html
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ <h4>Payload<a class="headerlink" href="#id2" title="Permalink to this heading">
</div>
</td>
<td><div class="line-block">
<div class="line">Url to the privacy policy</div>
<div class="line">URL to the privacy policy</div>
<div class="line">of the wallet.</div>
</div>
</td>
Expand All @@ -1237,7 +1237,7 @@ <h4>Payload<a class="headerlink" href="#id2" title="Permalink to this heading">
</div>
</td>
<td><div class="line-block">
<div class="line">Url to the terms</div>
<div class="line">URL to the terms</div>
<div class="line">of use of the Wallet Provider.</div>
</div>
</td>
Expand All @@ -1247,7 +1247,7 @@ <h4>Payload<a class="headerlink" href="#id2" title="Permalink to this heading">
</div>
</td>
<td><div class="line-block">
<div class="line">Logo url of the Wallet Provider.</div>
<div class="line">URL of the Wallet Provider logo in SVG format</div>
</div>
</td>
</tr>
Expand Down
2 changes: 1 addition & 1 deletion ruphy-patch-3/en/wallet-solution.html
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ <h3>Payload <cite>federation_entity</cite><a class="headerlink" href="#payload-f
<td><p>URL to the privacy policy.</p></td>
</tr>
<tr class="row-even"><td><p>logo_uri</p></td>
<td><p>URL of the organization's logo.</p></td>
<td><p>URL of the organization's logo in SVG format.</p></td>
</tr>
</tbody>
</table>
Expand Down
Binary file modified ruphy-patch-3/it/.doctrees/environment.pickle
Binary file not shown.

0 comments on commit 7890254

Please sign in to comment.