Requesting self-description #75
-
Hello! The documentation is a bit confusing. There is no public /api/ids/data defined in the Controller-level. Instead, there is /admin/api/request/description endpoint which is protected. How a user is supposed to provide credentials to access another connectors' self-description? Considering two connectors demo-scenario I see no option but to disable security on both sides. The same is for certificates. If I want to run two connectors and make one of them consume resources from another I have to generate a new certificate and share it between them. |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
/api/ids/data endpoint
is provided by the framework dependency. That is why you cannot find an implementation in the DSC code. To request a connector's self-description, send a request viaPOST https://{consumer}/admin/api/request/description
toPOST https://{provider}/api/ids/data
as recipient.