Skip to content

feat: migrate OID4VP to 1.0 #120

Open
coplat wants to merge 5 commits intofeat/1.0from
feat/oid4vp-1.0
Open

feat: migrate OID4VP to 1.0 #120
coplat wants to merge 5 commits intofeat/1.0from
feat/oid4vp-1.0

Conversation

@coplat
Copy link
Contributor

@coplat coplat commented Feb 13, 2026

Description of change

Applies necessary changes in the bump from draft 28 to version 1.0 of the OID4VP spec. .

Changes include:

  • Addition of verifier_info parameter to authorization requests.
  • Addition of transaction_data parameter to authorization requests.
  • Addition of request_uri_method parameter to authorization requests.
  • meta field in DCQL queries is no longer optional, but is a required field.
  • Validation to ensure the following parameters are non-empty: transaction_data, encrypted_response_enc_values_supported, alg_values, proof_type_values, verifier_info.

Links to any relevant issues

Be sure to reference any related issues by adding fixes issue #.

How the change has been tested

Describe the tests that you ran to verify your changes.
Make sure to provide instructions for the maintainer as well as any relevant configurations.

Definition of Done checklist

Add an x to the boxes that are relevant to your changes.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

@coplat coplat self-assigned this Feb 13, 2026
@coplat coplat changed the base branch from dev to feat/1.0 February 13, 2026 12:43
@codecov-commenter
Copy link

codecov-commenter commented Feb 13, 2026

Codecov Report

❌ Patch coverage is 95.23810% with 4 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
oid4vp/src/dcql_evaluation.rs 77.77% 4 Missing ⚠️
Files with missing lines Coverage Δ
oid4vp/src/authorization_request.rs 90.09% <100.00%> (+0.76%) ⬆️
oid4vp/src/dcql/dcql_query.rs 97.21% <100.00%> (ø)
oid4vp/src/dcql/meta.rs 76.19% <100.00%> (+1.19%) ⬆️
oid4vp/src/oid4vp.rs 68.99% <100.00%> (+0.24%) ⬆️
oid4vp/src/dcql_evaluation.rs 89.02% <77.77%> (+0.27%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@coplat coplat marked this pull request as ready for review February 13, 2026 12:44
Copy link
Contributor

@daniel-mader daniel-mader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although, we're not enforcing semantic versioning in this repository right now, please merge with a PR title accordingly (feat: in this case).

@coplat coplat changed the title bump OID4VP to 1.0 feat: migrate OID4VP to 1.0 Feb 17, 2026
}

/// The Client ID Scheme enables the use of different mechanisms to obtain and validate the Verifier's metadata. As
/// described here: https://openid.net/specs/openid-4-verifiable-presentations-1_0-28.html#name-client-identifier-prefix-an
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

searching for https://openid.net/specs/openid-4-verifiable-presentations-1_0-28.html in the repo you can find some more URLs that need updating (including in several README files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants