diff --git a/docs/en/wallet-instance-attestation.rst b/docs/en/wallet-instance-attestation.rst index ab87b0445..517f4113c 100644 --- a/docs/en/wallet-instance-attestation.rst +++ b/docs/en/wallet-instance-attestation.rst @@ -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