API: GET : /api/administration/connectors/discovery
Request : ["BPN"]
Current Behavior
EDC discovery api is returning the provider connector under provider BPN
Expected Behavior
EDC discovery api should return the Company connector and Managed connector under Host BPN
For eg :
Provider company "ABC" created the Managed connector for "XYZ" company with connector url https://connectorurl
Now when we call the EDC discovery api it returns the response like below
@MaximilianHauer @ntruchsess @Phil91 : As we discussed i created this issue for edc discovery api.
Please review and share your thoughts and then i will raise the PR accordingly.
API:
GET : /api/administration/connectors/discovery
Request :["BPN"]
Current Behavior
EDC discovery api is returning the provider connector under provider BPN
Expected Behavior
EDC discovery api should return the Company connector and Managed connector under Host BPN For eg : Provider company "ABC" created the Managed connector for "XYZ" company with connector url
https://connectorurl
Now when we call the EDC discovery api it returns the response like belowwhile response should be like
Assuming "ABC" and "XYZ" are the BPN of company
Steps To Reproduce
/api/administration/connectors/discovery
with request["XYZ"]
, it will not return the newly connected connector/api/administration/connectors/discovery
with request["ABC"]
, it will return the newly connected connector under this BPN.