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 wallet stub requires an enhancement to integrate the BDRS-Function to enable the resolution of Decentralized Identifiers (didID) independently. This will involve creating a new BDRS directory endpoint within the wallet stub that resolves Business Partner Numbers (BPN) against didIDs.
This is also remove the dependency of BDRS application to test data transfer using EDC.
Acceptance Criteria:
BDRS Directory Endpoint Creation:
An endpoint must be developed within the wallet stub to handle the resolution of didIDs.
The endpoint should be capable of receiving BPNs and returning the corresponding didID.
Testing and Validation:
Comprehensive unit and integration tests must be written to validate the BDRS functionality.
Tests should cover the new code paths and ensure that the resolution of didIDs operates as designed.
Documentation:
Update the wallet stub's documentation to include details about the new BDRS directory endpoint.
Provide examples of requests and responses for didID resolution.
The text was updated successfully, but these errors were encountered:
Description
The wallet stub requires an enhancement to integrate the BDRS-Function to enable the resolution of Decentralized Identifiers (didID) independently. This will involve creating a new BDRS directory endpoint within the wallet stub that resolves Business Partner Numbers (BPN) against didIDs.
This is also remove the dependency of BDRS application to test data transfer using EDC.
Acceptance Criteria:
BDRS Directory Endpoint Creation:
An endpoint must be developed within the wallet stub to handle the resolution of didIDs.
The endpoint should be capable of receiving BPNs and returning the corresponding didID.
Testing and Validation:
Comprehensive unit and integration tests must be written to validate the BDRS functionality.
Tests should cover the new code paths and ensure that the resolution of didIDs operates as designed.
Documentation:
Update the wallet stub's documentation to include details about the new BDRS directory endpoint.
Provide examples of requests and responses for didID resolution.
The text was updated successfully, but these errors were encountered: