From 310278e0e21e3090485723c1cf2566cf5f571837 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Mon, 23 Dec 2024 13:06:06 +0100 Subject: [PATCH] Apply suggestions from Giada Co-authored-by: Giada Sciarretta --- docs/common/standards.rst | 2 +- docs/en/remote-flow.rst | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/common/standards.rst b/docs/common/standards.rst index dbc4598e6..52f10059f 100644 --- a/docs/common/standards.rst +++ b/docs/common/standards.rst @@ -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` diff --git a/docs/en/remote-flow.rst b/docs/en/remote-flow.rst index 5da3719ab..4d440885f 100644 --- a/docs/en/remote-flow.rst +++ b/docs/en/remote-flow.rst @@ -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. @@ -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 -------------------- @@ -286,7 +286,7 @@ 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" ] @@ -294,7 +294,7 @@ where a non-normative example in the form of decoded header and payload is shown "claims": [ {"path": ["given_name"]}, {"path": ["family_name"]}, - {"path": ["tax_id_code", "personal_administrative_number"]} + {"path": ["personal_administrative_number"]} ] }, {