SCIM: Update documentation mentioning that unused attributes will be ignored (#111809)

Update documentation mentioning that unused attributes will be ignored
This commit is contained in:
linoman 2025-09-30 17:52:59 +02:00 committed by GitHub
parent 7888e10aae
commit f58fbc793e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 0 deletions

View File

@ -139,6 +139,10 @@ Configure the following required attributes:
| `objectId` | `externalId` |
| `Switch([IsSoftDeleted], , "False", "True", "True", "False")` | `active` |
{{< admonition type="note" >}}
During provisioning, if the identity provider sends user attributes that has no use in Grafana, those attributes will be gracefully ignored.
{{< /admonition >}}
### Enable provisioning
Click **Start provisioning** from the top action bar in the **Overview** page from your Azure AD enterprise application.

View File

@ -77,6 +77,10 @@ SCIM uses a specific process to establish and maintain user identity between the
This process ensures secure and consistent user identification across both systems, preventing security issues that could arise from email changes or other user attribute modifications.
{{< admonition type="note" >}}
During provisioning, if the identity provider sends user attributes that has no use in Grafana, those attributes will be gracefully ignored.
{{< /admonition >}}
### Existing Grafana users
For users who already exist in the Grafana instance: