Last updated
Was this helpful?
Last updated
Was this helpful?
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.
To set new
Create an empty directory acl
Create file system.edn
in new folder
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
Use you favorite REST client
admin-org-1
userThis guide explains how to set up RBAC with ACL