SCIM Docs: Add mapping in AzureAD for the active attribute (#108669)

add mapping in AzureAD for the active attribute
This commit is contained in:
Mihai Doarna
2025-07-25 18:27:15 +03:00
committed by GitHub
parent dcb965b7dc
commit 69d3b9023c
@@ -112,12 +112,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