mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 06:25:32 +00:00
Add FAQ to SCIM integration doc (#18664)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
This commit is contained in:
parent
88ac56fc1d
commit
64d33e6eda
1 changed files with 14 additions and 0 deletions
|
@ -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 aren’t users automatically added to Netdata spaces when they’re 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 don’t 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue