diff --git a/1.0/openid-4-verifiable-presentations-1_0.md b/1.0/openid-4-verifiable-presentations-1_0.md index c670199a..e763ed48 100644 --- a/1.0/openid-4-verifiable-presentations-1_0.md +++ b/1.0/openid-4-verifiable-presentations-1_0.md @@ -1465,10 +1465,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. @@ -3595,6 +3591,7 @@ 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 + * Removed invalid_scope error guidance as duplicate of RFC6749 * Clarified that Multi-RP-sig section means Verifier Info instead of attestations * Updated origin examples to remove trailing slash * Clarify that `aud` corresponds to `issuer` Wallet Metadata paremeter if Dynamic Discovery is used diff --git a/1.1/openid-4-verifiable-presentations-1_1.md b/1.1/openid-4-verifiable-presentations-1_1.md index 34fccb21..261b534e 100644 --- a/1.1/openid-4-verifiable-presentations-1_1.md +++ b/1.1/openid-4-verifiable-presentations-1_1.md @@ -1525,10 +1525,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. @@ -3663,6 +3659,7 @@ 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 * Clarified that Multi-RP-sig section means Verifier Info instead of attestations * Updated origin examples to remove trailing slash * Clarified that request_uri_method is a case-sensitive string