Created question in FIWARE Q/A platform on 20-06-2021 at 08:06
Please, ANSWER this question AT https://stackoverflow.com/questions/68053863/get-a-list-of-all-resources-accessible-to-users-in-fiware
Question:
Get a list of all resources accessible to users in FIWARE
Description:
I would like to adopt FIWARE as part of our IoT platform.
In addition to Orion Context Broker, I would like to use keyrock / wilma / AuthzForce for authentication and authorization.
I understood by reading "step-by-step" and other documents that there are multiple users on the IoT platform and it is possible to control access to resources individually.
I would like to display a list of all resources (It's equal to the sensors) that the user can access after logging in our IoT application.
However, I referred to the keyrock and AuthzForce APIs, but I don't think there is such an API.
Isn't there an API in FIWARE that gets a list of user-resource (sensor) relationships?