Skip to content

Commit

Permalink
fix: asc -> attested_security_context
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Jul 10, 2023
1 parent 104fcfa commit 5b48511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/wallet-instance-attestation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Payload
+---------------------------+-------------------------------------------+
|| logo_uri || Logo url of the Wallet Provider. |
+---------------------------+-------------------------------------------+
|| asc || Attested security context: |
|| attested_security_context|| Attested security context: |
|| || Represents a level of "trust" of |
|| || the service containing a Level Of |
|| || Agreement defined in the metadata |
Expand Down Expand Up @@ -277,7 +277,7 @@ Payload
+---------------------------+-------------------------------------------+

.. note::
The claim ``asc`` (Attested Security Context) is under discussion
The claim ``attested_security_context`` (Attested Security Context) is under discussion
and must be intended as experimental.

.. note::
Expand Down Expand Up @@ -307,7 +307,7 @@ Below is an example of Wallet Instance Attestation:
"policy_uri": "https://wallet-provider.example.org/privacy_policy",
"tos_uri": "https://wallet-provider.example.org/info_policy",
"logo_uri": "https://wallet-provider.example.org/logo.svg",
"asc": "https://wallet-provider.example.org/LoA/basic",
"attested_security_context": "https://wallet-provider.example.org/LoA/basic",
"cnf":
{
"jwk":
Expand Down

0 comments on commit 5b48511

Please sign in to comment.