Skip to content

Commit 7c64866

Browse files
joguSakurann
andauthored
Fix invalid_request description (#624)
* Fix invalid_request description It referred to "three options" but there's only 2 options since we removed presentation exchange. closes #602 * Apply Kristina's fix Co-authored-by: Kristina <52878547+Sakurann@users.noreply.github.com> --------- Co-authored-by: Kristina <52878547+Sakurann@users.noreply.github.com>
1 parent 455ead9 commit 7c64866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openid-4-verifiable-presentations-1_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ The error response follows the rules as defined in [@!RFC6749], with the followi
14521452
`invalid_request`:
14531453

14541454
- The request contains both a `dcql_query` parameter and a `scope` parameter referencing a DCQL query.
1455-
- The request uses the `vp_token` Response Type but does not request a Credential using any of the three options
1455+
- The request uses the `vp_token` Response Type but does not include a `dcql_query` parameter nor a `scope` parameter referencing a DCQL query.
14561456
- The Wallet does not support the Client Identifier Prefix passed in the Authorization Request.
14571457
- The Client Identifier passed in the request did not belong to its Client Identifier Prefix, or requirements of a certain prefix was violated, for example an unsigned request was sent with Client Identifier Prefix `https`.
14581458

0 commit comments

Comments
 (0)