| name | cis-azure-foundations-2.1.4 |
| description | Ensure users and groups are synced from Microsoft Entra ID to Azure Databricks |
| category | cis-azure-foundations |
| version | 5.0.0 |
| author | cyberstrike-official |
| tags | ["cis","azure","databricks","analytics"] |
| cis_id | 2.1.4 |
| cis_benchmark | CIS Microsoft Azure Foundations Benchmark v5.0.0 |
| tech_stack | ["azure"] |
| cwe_ids | [] |
| chains_with | ["cis-azure-foundations-2.1.5","cis-azure-foundations-2.1.6"] |
| prerequisites | [] |
| severity_boost | {} |
Ensure users and groups are synced from Microsoft Entra ID to Azure Databricks
Description
To ensure centralized identity and access management, users and groups from Microsoft Entra ID should be synchronized with Azure Databricks. This is achieved through SCIM provisioning, which automates the creation, update, and deactivation of users and groups in Databricks based on Entra ID assignments. Enabling this integration ensures that access controls in Databricks remain consistent with corporate identity governance policies, reducing the risk of orphaned accounts, stale permissions, and unauthorized access.
Rationale
Syncing users and groups from Microsoft Entra ID centralizes access control, enforces the least privilege principle by automatically revoking unnecessary access, reduces administrative overhead by eliminating manual user management, and ensures auditability and compliance with industry regulations.
Impact
SCIM provisioning requires role mapping to avoid misconfigured user privileges.
Audit Procedure
Audit from Azure Portal
Verify SCIM provisioning is enabled:
- Go to
Microsoft Entra ID.
- Under
Manage, click Enterprise applications.
- Click the name of the Azure Databricks SCIM application.
- Under
Provisioning, confirm that SCIM provisioning is enabled and running.
Check user sync status in Azure Portal:
- Under
Provisioning Logs, verify the last successful sync and any failed entries.
Check user sync status in Databricks:
- Go to
Admin Console > Identity and Access Management.
- Confirm that Users and Groups match those assigned in Microsoft Entra ID.
Ensure role-based access control (RBAC) mapping is correct:
- Verify that users are assigned appropriate Databricks roles (e.g. Admin, User, Contributor).
- Confirm that groups are mapped to workspace access roles.
Expected Result
SCIM provisioning should be enabled and running. Users and groups in Azure Databricks should match those in Microsoft Entra ID. All role assignments should follow the least privilege principle.
Remediation
Remediate from Azure Portal
Enable provisioning in Azure Portal:
- Go to
Microsoft Entra ID.
- Under
Manage, click Enterprise applications.