[release-12.1.1] SCIM Docs: Add mapping in AzureAD for the active attribute (#108705)
Co-authored-by: Mihai Doarna <mihai.doarna@grafana.com>
This commit is contained in:
co-authored by
Mihai Doarna
parent
bdeda62175
commit
527925ece5
+7
-6
@@ -108,12 +108,13 @@ After setting the Tenant URL and Secret Token, navigate to the **Mappings** sect
|
||||
|
||||
Configure the following required attributes:
|
||||
|
||||
| Azure AD Attribute | Grafana Attribute |
|
||||
| ------------------- | ------------------------------ |
|
||||
| `userPrincipalName` | `userName` |
|
||||
| `mail` | `emails[type eq "work"].value` |
|
||||
| `displayName` | `displayName` |
|
||||
| `objectId` | `externalId` |
|
||||
| Azure AD Attribute | Grafana Attribute |
|
||||
| ------------------------------------------------------------- | ------------------------------ |
|
||||
| `userPrincipalName` | `userName` |
|
||||
| `mail` | `emails[type eq "work"].value` |
|
||||
| `displayName` | `displayName` |
|
||||
| `objectId` | `externalId` |
|
||||
| `Switch([IsSoftDeleted], , "False", "True", "True", "False")` | `active` |
|
||||
|
||||
### Enable provisioning
|
||||
|
||||
|
||||
Reference in New Issue
Block a user