Closed spicoflorin closed 3 years ago
Hello Florin, the DAPS certificate should be provided by an Identity Provider. Currently, we support AISEC, AISECv2, and Orbiter Identity Providers.
Anyway, only for testing purposes, you can disable the DAPS interaction setting the property application.isEnabledDapsInteraction to false (in the application.properties file).
Best Regards, Gabriele
Hello! As far as I know, Dynamic Attribute Provisioning Service acts as an authentication/authorization mechanism for IDS Connectors.
In order to achieve this functionality, (per my newbie understanding) we need: a) device certificates b) connector certificate
In https://github.com/Engineering-Research-and-Development/true-connector/blob/main/.env I found the following configuration:
Unfortunately, in https://github.com/Engineering-Research-and-Development/true-connector/tree/main/ecc_cert, I could not find the mentioned certificates.
It will be very helpful to add some documentation and support on how to cope with these aspects. Thank you.