[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:
grafana-delivery-bot[bot]
2025-07-25 16:33:14 +01:00
committed by GitHub
co-authored by Mihai Doarna
parent bdeda62175
commit 527925ece5
@@ -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