Skip to content

Conversation

@netheril96
Copy link

Add a Rust matcher for OpenID4VCI creation requests.

We've added only a few types of filters. More can be added later.

serde_json::from_slice(&matcher_data_buffer[json_start.try_into()?..])?;
let request: DigitalCredentialCreationRequest =
serde_json::from_slice(&credman.get_request_buffer())?;
if request.requests.iter().any(|r| {
Copy link
Contributor

Choose a reason for hiding this comment

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

We should also allow filtering based on the following of the issuer offer, and have the wallet / holder provide their supported values as part of the data:

  1. credential_issuer
  2. credential_configurations_supported.format and other xyz_supported values

Copy link
Author

Choose a reason for hiding this comment

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

These are all in the issuance_matchers.rs file

@netheril96 netheril96 force-pushed the rs branch 2 times, most recently from dbb556b to 1065df9 Compare December 5, 2025 13:48
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.

2 participants