Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jul 6, 2023
1 parent e25b9a4 commit eab22fc
Showing 1 changed file with 63 additions and 64 deletions.
127 changes: 63 additions & 64 deletions docs/en/wallet-instance-attestation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,70 +388,69 @@ Header
Payload
^^^^^^^

+---------------------------+-------------------------------------------+
| **key** | **value** |
+---------------------------+-------------------------------------------+
|| iss || The public url of the Wallet |
|| || Instance attestation issuer. See |
|| || the example below in this section. |
+---------------------------+-------------------------------------------+
|| sub || The public url of the issuer |
|| || concatenated with the thumbprint |
|| || 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. |
+---------------------------+-------------------------------------------+
|| asc || 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 || Logo url of the Wallet Provider. |
+---------------------------+------------------------------------------+
|| asc || 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 ``asc`` (Attested Security Context) is under discussion
Expand Down

0 comments on commit eab22fc

Please sign in to comment.