When a user with the role OrganizationAdmin performs read request for some user like GET /User/<user-id>, Aidbox checks if organization.id of the requester and the desired user has the same organization reference. If the organization is the same, Aidbox allows otherwise restricts access.
Init Aidbox configuration project
To set new
It is important to syncronize directory and file name to the :ns parameter of the configuration
Create an empty directory acl
Create file system.edn in new folder
Populate configuration file
In the following configuration project user and client credentials are written as plain text to simplify the topic. In real life scenarios it is important to define credentials with ENVs