mirror of https://github.com/grafana/grafana.git
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:
parent
7888e10aae
commit
f58fbc793e
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue