agera-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
0 stars 2 forks source link

Extend IdentityHubIntegrationTest to include signature verification #256

Open marcgs opened 2 years ago

marcgs commented 2 years ago

Description

The IdentityHubIntegrationTest verifies that a Verifiable Credentials are available in the Identity Hub. The coverage of the tests should be extended to check that these VCs are valid. Consider reusing the validation logic used in IdentityHubCredentialsVerifier for this.

Acceptance Criteria