From 1f5d08a70d291db21355f649474674d4cac7fe13 Mon Sep 17 00:00:00 2001 From: Sakurann Date: Sun, 26 Apr 2026 23:08:42 +0200 Subject: [PATCH 1/3] resolves #669 and Clarified intent_to_retain value when not present --- 1.0/openid-4-verifiable-presentations-1_0.md | 5 +++-- 1.1/openid-4-verifiable-presentations-1_1.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/1.0/openid-4-verifiable-presentations-1_0.md b/1.0/openid-4-verifiable-presentations-1_0.md index cccbdc27..9b78f4a0 100644 --- a/1.0/openid-4-verifiable-presentations-1_0.md +++ b/1.0/openid-4-verifiable-presentations-1_0.md @@ -2808,7 +2808,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5]. The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query). `intent_to_retain` -: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. +: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If not specified, the Wallet uses the value `false`. ### Presentation Response @@ -3567,7 +3567,8 @@ The technology described in this specification was made available from contribut -31 * Clarify that `encrypted_response_enc_values_supported` applies only if JWE content encryption algorithm is used - * Clarify that `aud` corresponds to `issuer` Wallet Metadata paremeter if Dynamic Discovery is used + * Clarify that `aud` corresponds to `issuer` Wallet Metadata paremeter if Dynamic Discovery is used + * Clarified intent_to_retain value when not present -final diff --git a/1.1/openid-4-verifiable-presentations-1_1.md b/1.1/openid-4-verifiable-presentations-1_1.md index c82af1df..dc17a683 100644 --- a/1.1/openid-4-verifiable-presentations-1_1.md +++ b/1.1/openid-4-verifiable-presentations-1_1.md @@ -2873,7 +2873,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5]. The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query). `intent_to_retain` -: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. +: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If not specified, the Wallet uses the value `false`. ### Presentation Response @@ -3635,3 +3635,4 @@ The technology described in this specification was made available from contribut * Add security consideration not to use VP Token as Access Token * Clarify that `encrypted_response_enc_values_supported` applies only if JWE content encryption algorithm is used; e.g., it does not apply to JOSE HPKE * Clarify that `aud` corresponds to `issuer` Wallet Metadata paremeter if Dynamic Discovery is used + * Clarified intent_to_retain value when not present From c5a62029590daab10c02bf088292c9449f8854ca Mon Sep 17 00:00:00 2001 From: Kristina <52878547+Sakurann@users.noreply.github.com> Date: Fri, 15 May 2026 18:34:50 +0200 Subject: [PATCH 2/3] Apply suggestions from Christian's code review Co-authored-by: Christian Bormann --- 1.0/openid-4-verifiable-presentations-1_0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.0/openid-4-verifiable-presentations-1_0.md b/1.0/openid-4-verifiable-presentations-1_0.md index ecc60c66..0daf6352 100644 --- a/1.0/openid-4-verifiable-presentations-1_0.md +++ b/1.0/openid-4-verifiable-presentations-1_0.md @@ -2832,7 +2832,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5]. The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query). `intent_to_retain` -: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If not specified, the Wallet uses the value `false`. +: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If absent, the Verifier makes no statement on `IntentToRetain`. ### Presentation Response From aa3f85e363903ec96f2288c4cbf536ca84782e90 Mon Sep 17 00:00:00 2001 From: Kristina <52878547+Sakurann@users.noreply.github.com> Date: Fri, 15 May 2026 18:35:38 +0200 Subject: [PATCH 3/3] Apply suggestions from Christian's code review Co-authored-by: Christian Bormann --- 1.1/openid-4-verifiable-presentations-1_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.1/openid-4-verifiable-presentations-1_1.md b/1.1/openid-4-verifiable-presentations-1_1.md index 695a16ac..9fc61fc3 100644 --- a/1.1/openid-4-verifiable-presentations-1_1.md +++ b/1.1/openid-4-verifiable-presentations-1_1.md @@ -2897,7 +2897,7 @@ be a valid doctype identifier as defined in [@ISO.18013-5]. The following are ISO mdoc specific parameters to be used in a Claims Query as defined in (#claims_query). `intent_to_retain` -: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If not specified, the Wallet uses the value `false`. +: OPTIONAL. A boolean that is equivalent to `IntentToRetain` variable defined in Section 8.3.2.1.2.1 of [@ISO.18013-5]. If absent, the Verifier makes no statement on `IntentToRetain`. ### Presentation Response