Skip to content

Commit 0b19299

Browse files
authored
Merge pull request italia#738 from italia/fix-typo
Fix typo on `_sd_alg`
2 parents 8807c35 + 33b04b4 commit 0b19299

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/en/wallet-provider-endpoint.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ The Wallet Provider, responsible for delivering a Wallet Solution, MUST expose t
1414
Federation Endpoint
1515
^^^^^^^^^^^^^^^^^^^
1616

17-
The ``/.well-known/openid-federation`` endpoint serves as the discovery mechanism for trust establishment by retrieving the Wallet Provider Entity Configuration.
17+
The ``/.well-known/openid-federation`` endpoint serves as the discovery mechanism for trust establishment by retrieving the Wallet Provider Entity Configuration.
1818

1919
See Section :ref:`wallet-provider-entity-configuration:Wallet Provider Entity Configuration` for technical details.
2020

2121

22-
Wallet Solution Nonce Endpoint
22+
Wallet Solution Nonce Endpoint
2323
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2424

2525
This is a RESTful API endpoint that allows the Wallet Instance to request a cryptographic nonce from the Wallet Provider. The nonce serves as an unpredictable, single-use challenge to ensure freshness and prevent replay attacks.
@@ -318,7 +318,7 @@ Below is a non-normative example of the SD-JWT Wallet Attestation header and pay
318318
],
319319
"typ": "jwt"
320320
}
321-
321+
322322
.. code-block:: json
323323
324324
{
@@ -400,7 +400,7 @@ The body of the Wallet Attestation SD-JWT contains the following claims:
400400
* - **_sd**
401401
- REQUIRED. JSON array containing a list of all disclusure's digests.
402402
- `SD-JWT`_.
403-
* - **sd_alg**
403+
* - **_sd_alg**
404404
- REQUIRED. String containing the hash algorithm used by the Wallet Provider to generate the disclusure's digests.
405405
- `SD-JWT`_.
406406
* - **sub**
@@ -467,7 +467,7 @@ Below is a non-normative example of the SD-JWT Wallet Attestation header and pay
467467
],
468468
"typ": "dc+sd-jwt"
469469
}
470-
470+
471471
.. code-block:: json
472472
473473
{

docs/it/wallet-provider-endpoint.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Di seguito è riportato un esempio non normativo dell'header e del payload dell'
318318
],
319319
"typ": "jwt"
320320
}
321-
321+
322322
.. code-block:: json
323323
324324
{
@@ -400,7 +400,7 @@ Il corpo dell'SD-JWT dell'Attestato di Wallet contiene i seguenti claim:
400400
* - **_sd**
401401
- OBBLIGATORIO. Array JSON contenente un elenco di tutti i digest delle divulgazioni.
402402
- `SD-JWT`_.
403-
* - **sd_alg**
403+
* - **_sd_alg**
404404
- OBBLIGATORIO. Stringa contenente l'algoritmo di hash utilizzato dal Fornitore di Wallet per generare i digest delle divulgazioni.
405405
- `SD-JWT`_.
406406
* - **sub**
@@ -455,7 +455,7 @@ Di seguito è riportato un esempio non normativo dell'header e del payload dell'
455455
],
456456
"typ": "dc+sd-jwt"
457457
}
458-
458+
459459
.. code-block:: json
460460
461461
{

0 commit comments

Comments
 (0)