From 8b84ee87bea30c2e5a5d89a684a12b4089013791 Mon Sep 17 00:00:00 2001 From: Giuseppe De Marco Date: Wed, 18 Sep 2024 12:22:44 +0200 Subject: [PATCH] Apply suggestions from code review --- docs/en/remote-flow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/remote-flow.rst b/docs/en/remote-flow.rst index 1769c970..4500a246 100644 --- a/docs/en/remote-flow.rst +++ b/docs/en/remote-flow.rst @@ -440,7 +440,7 @@ Where the following parameters are used: - The requested Digital Credential (one or more, in format of SD-JWT VC or MDOC CBOR) - The Wallet Attestation * - **presentation_submission** - - JSON Object containing the mappings between the requested Verifiable Credentials and where to find them within the returned Verifiable Presentation Token, according to the `Presentation Exchange `_. This is expressed via elements in the ``descriptor_map`` array (Input Descriptor Mapping Objects) that contain a field called ``path``, which MUST have the value $ (top level root path) when only one Verifiable Presentation is contained in the VP Token, and MUST have the value $[n] (indexed path from root) when there are multiple Verifiable Presentations, where ``n`` is the index to select. The Relyingh PArty receiving the `presentation_submission` descriptor therefore is able to use the corred method to decode each credential data format provided withi nthe ``vp_token``. + - JSON Object containing the mappings between the requested Verifiable Credentials and where to find them within the returned Verifiable Presentation Token, according to the `Presentation Exchange `_. This is expressed via elements in the ``descriptor_map`` array (Input Descriptor Mapping Objects) that contain a field called ``path``, which MUST have the value $ (top level root path) when only one Verifiable Presentation is contained in the VP Token, and MUST have the value $[n] (indexed path from root) when there are multiple Verifiable Presentations, where ``n`` is the index to select. The Relying Party receiving the `presentation_submission` descriptor therefore is able to use the correct method to decode each credential data format provided within the ``vp_token``. * - **state** - Unique identifier provided by the Relying Party within the Authorization Request.