0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-06 06:25:32 +00:00

Add FAQ to SCIM integration doc ()

Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
This commit is contained in:
Juan Cañete 2024-10-03 14:34:34 +02:00 committed by GitHub
parent 88ac56fc1d
commit 64d33e6eda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,5 +169,19 @@
The externalID in SCIM must correspond to the subfield in OIDC. Any deviation from this mapping may result
in incorrect user identification and authentication failures.
## FAQ
### Why arent users automatically added to Netdata spaces when theyre created through SCIM?
Currently, our SCIM server supports only the User resource. We plan to add support for the Group resource in the future.
In a Netdata space, users can belong to multiple rooms and have different roles (e.g., admin, manager). Additionally, the same organization may have multiple spaces.
As we don't yet support groups, when a user is created through SCIM, we dont have a way to determine which spaces, rooms, and roles the user should be assigned to.
Once we implement support for the Group resource, admins will be able to map SCIM groups to Netdata memberships, so this assignment will be done automatically.
Until then, SCIM can only be used to grant or block access to Netdata for users in your organization. After a user is created, it is up to the Netdata administrator to manually invite them to spaces, rooms and assign roles.
### Reference
[SCIM Specification](https://scim.org)