From df4d80eb9e511ad055b86529f49dc26a4601f9c8 Mon Sep 17 00:00:00 2001 From: Sakurann Date: Sun, 26 Apr 2026 22:56:54 +0200 Subject: [PATCH] resolves #721 --- 1.0/openid-4-verifiable-presentations-1_0.md | 7 ++----- 1.1/openid-4-verifiable-presentations-1_1.md | 5 +---- 2 files changed, 3 insertions(+), 9 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..f0746bb9 100644 --- a/1.0/openid-4-verifiable-presentations-1_0.md +++ b/1.0/openid-4-verifiable-presentations-1_0.md @@ -1462,10 +1462,6 @@ If the Wallet does not support `transaction_data` parameter, it MUST return an e The error response follows the rules as defined in [@!RFC6749], with the following additional clarifications: -`invalid_scope`: - -- Requested scope value is invalid, unknown, or malformed. - `invalid_request`: - The request contains both a `dcql_query` parameter and a `scope` parameter referencing a DCQL query. @@ -3567,7 +3563,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 + * Removed invalid_scope error guidance as duplicate of RFC6749 -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..de46c829 100644 --- a/1.1/openid-4-verifiable-presentations-1_1.md +++ b/1.1/openid-4-verifiable-presentations-1_1.md @@ -1522,10 +1522,6 @@ If the Wallet does not support `transaction_data` parameter, it MUST return an e The error response follows the rules as defined in [@!RFC6749], with the following additional clarifications: -`invalid_scope`: - -- Requested scope value is invalid, unknown, or malformed. - `invalid_request`: - The request contains both a `dcql_query` parameter and a `scope` parameter referencing a DCQL query. @@ -3635,3 +3631,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 + * Removed invalid_scope error guidance as duplicate of RFC6749