You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The contract of the CredentialVerifier needs to be changed according to the ADR.
Some resource:
Here is an example of a CredentialVerifier here retrieving Verifiable Credentials in the DecentralizedIdentityService. This is a quick implementation done before.
Acceptance criteria
Logic to verifyCredentials is implemented
Logic to extract the claims is implemented
CredentialVerifier is adapted to the new contract
Tasks
Implement custom CredentialVerifier
Update CredentialVerifier contract in EDC
Adapt ITs
The text was updated successfully, but these errors were encountered:
Feature #13
Description
During IDS communication between 2 participants, before applying access policy, a participant needs to:
This story is about implementing this logic.
A CredentialVerifier contract is defined in EDC.
The contract of the CredentialVerifier needs to be changed according to the ADR.
Some resource:
Here is an example of a CredentialVerifier here retrieving Verifiable Credentials in the DecentralizedIdentityService. This is a quick implementation done before.
Acceptance criteria
Tasks
The text was updated successfully, but these errors were encountered: