Skip to content

Commit

Permalink
Editorial change on tables
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarco0 authored May 21, 2024
1 parent 2fc40b3 commit 8dbdf09
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/en/wallet-solution.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,40 +86,40 @@ attributes listed below:
Header
^^^^^^^
.. list-table::
:widths: 20 60 20
:widths: 20 80
:header-rows: 1

* - **Key**
- **Value**
* - **alg**
* - alg
- Algorithm used to verify the token signature. It MUST be one of the possibile values indicated `here <https://italia.github.io/eudi-wallet-it-docs/versione-corrente/en/algorithms.html>`_ (e.g., ES256).
* - **kid**
* - kid
- Thumbprint of the public key used for signing.
* - **typ**
* - typ
- Media type, set to ``entity-statement+jwt``.


Payload
^^^^^^^
.. list-table::
:widths: 20 60 20
:widths: 20 80
:header-rows: 1

* - **Key**
- **Value**
* - **iss**
* - iss
- Public URL of the Wallet Provider.
* - **sub**
* - sub
- Public URL of the Wallet Provider.
* - **iat**
* - iat
- Issuance datetime in Unix Timestamp format.
* - **exp**
* - exp
- Expiration datetime in Unix Timestamp format.
* - **authority_hints**
* - authority_hints
- Array of URLs (String) containing the list of URLs of the immediate superior Entities, such as the Trust Anchor or an Intermediate, that MAY issue an Entity Statement related to this subject.
* - **jwks**
* - jwks
- A JSON Web Key Set (JWKS) `RFC 7517 <http://tools.ietf.org/html rfc7517.html>`_ that represents the public part of the signing keys of the Entity at issue. Each JWK in the JWK set MUST have a key ID (claim kid).
* - **metadata**
* - metadata
- Contains the metadata ``wallet_provider`` and the ``federation_entity`` metadata.


Expand Down

0 comments on commit 8dbdf09

Please sign in to comment.