OpenID4VP icon indicating copy to clipboard operation
OpenID4VP copied to clipboard

Intro text about communicating credential request mentions only dcql_query even though scope can be used too

Open jogu opened this issue 2 months ago • 0 comments

https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#name-authorization-request says:

The Verifier articulates requirements of the Credential(s) that are requested using the dcql_query parameter.

However https://openid.net/specs/openid-4-verifiable-presentations-1_0.html#section-5.5 allows the use of scopes as well.

So something like this would be better:

The Verifier articulates requirements of the Credential(s) that are requested using either the dcql_query or scope parameters.

Also it seems like there's some missing words between 'DCQL Query" and 'Section 5" here:

A VP Token is only returned if the corresponding Authorization Request contained a dcql_query parameter or a scope parameter representing a DCQL Query Section 5.

maybe:

A VP Token is only returned if the corresponding Authorization Request contained a dcql_query parameter or a scope parameter representing a DCQL Query (as defined in Section 5).

jogu avatar Oct 19 '25 00:10 jogu