Skip to content

Commit

Permalink
Apply suggestions from Giada
Browse files Browse the repository at this point in the history
Co-authored-by: Giada Sciarretta <[email protected]>
  • Loading branch information
peppelinux and giadas authored Dec 23, 2024
1 parent 7ff7d77 commit 310278e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/common/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Technical References
* - `EIDAS-ARF`_
- EUDI Wallet - Architecture and Reference Framework.
* - `OpenID4VP`_
- Terbu, O., Lodderstedt, T., Yasuda, K., Looker, T., "OpenID for Verifiable Presentations", October 2024, Draft 22.
- Terbu, O., Lodderstedt, T., Yasuda, K., Looker, T., "OpenID for Verifiable Presentations", December 2024, Draft 23.
* - `PresentationExch`_
- Presentation Exchange 2.0 for Presentation Definition.
* - :rfc:`2119`
Expand Down
8 changes: 4 additions & 4 deletions docs/en/remote-flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ When the status endpoint returns **200 OK**, it means that the User authenticati
Even if an adversary were to steal the random value used in the request to the status endpoint, their user-agent would be rejected due to the missing cookie in the request.


Request Object Details
Request URI Request
----------------------

Below a non-normative example of HTTP request made by the Wallet Instance to the Relying Party.
Expand All @@ -258,7 +258,7 @@ Below a non-normative example of HTTP request made by the Wallet Instance to the
.. note::

The ``wallet_nonce`` parameter is RECOMMENDED for Wallet Instances that wants to prevent reply of their http requests to the Relying Parties.
When present, the RTelying Party MUST evaluate it.
When present, the Relying Party MUST evaluate it.

Request URI Response
--------------------
Expand Down Expand Up @@ -286,15 +286,15 @@ where a non-normative example in the form of decoded header and payload is shown
"dcql_query": {
"credentials": [
{
"id": "perdonal id data",
"id": "personal id data",
"format": "dc+sd-jwt",
"meta": {
"vct_values": [ "https://pidprovider.example.org/v1.0/personidentificationdata" ]
},
"claims": [
{"path": ["given_name"]},
{"path": ["family_name"]},
{"path": ["tax_id_code", "personal_administrative_number"]}
{"path": ["personal_administrative_number"]}
]
},
{
Expand Down

0 comments on commit 310278e

Please sign in to comment.