Skip to content

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

@jogu

Description

@jogu

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions