-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
with a shared SSO solution everyone in the SSO solution can login into all installations of MijnBureau. All the embeded tools will need a change where we can set the owner OrganizationID that has permissions to do things.
Grafana already has a system like this. example:
Role_attribute_path = contains(groups[], 'admin') && 'Admin' || contains(groups[], 'editor') && 'Editor' || 'Viewer'
if we do something similar for all tools on organizaitionID in the token claim we can have a system where everyone can collabora
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
π Backlog