Skip to content

DCAPI Verifier#590

Open
nodh wants to merge 4 commits into
feature/nonce-aware-verifierfrom
feature/dcapi-interface
Open

DCAPI Verifier#590
nodh wants to merge 4 commits into
feature/nonce-aware-verifierfrom
feature/dcapi-interface

Conversation

@nodh

@nodh nodh commented Jul 8, 2026

Copy link
Copy Markdown
Member

Part 2 of a better interface for DCAPI: Dedicated DcApiVerifier to streamline the OpenId4VpVerifier. Next step: Integrate Iso180137AnnexCVerifier into that.

Previous PR: #589
Next PR: #591

@nodh nodh added this to the 7.0 milestone Jul 8, 2026
@nodh nodh requested review from JesusMcCloud, gp-iaik and tlenz July 8, 2026 11:57
@nodh nodh self-assigned this Jul 8, 2026
@nodh nodh mentioned this pull request Jul 8, 2026
}

/**
* Extract and verifies verifiable presentations, according to format defined in

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Extracts

).getOrThrow()
}

// TODO: Validation errors are (sometimes) put into a VerifiableDCQLPresentationValidationResults which means that the success page is shown

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Sounds like the HTTP client needs a better error handler

}

/**
* Extract and verifies verifiable presentations, according to format defined in

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Extracts

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Actually, this is the same comment the other one missing the s. Copy-paste error or correct?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

is this comment or is it not correct?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Is gone with #596

* show the information to the user,
* and create the response in [finalizeAuthorizationResponse], and send it back to the verifier.
*/
// TODO Maybe also one for DCAPI?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I have no opinion

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Thinking of the upcoming PR: probably not


/**
* Implements a verifier for the []Digital Credential API](https://www.w3.org/TR/digital-credentials/),
* similar to [OpenId4VpVerifier] for OpenID4VP.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

DC API is also part of OpenID4VP, so this is a bit ambiguous.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

You're right, that gets resolved in #596

@nodh nodh requested review from JesusMcCloud and gp-iaik July 8, 2026 17:28
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.

3 participants