Ensure 'User consent for applications' is set to 'Do not allow user consent'
Description
Require administrators to provide consent for applications before use.
Rationale
If Microsoft Entra ID is running as an identity provider for third-party applications, permissions and consent should be limited to administrators or pre-approved. Malicious applications may attempt to exfiltrate data or abuse privileged user accounts.
Impact
Enforcing this setting may create additional requests that administrators need to review.
Audit Procedure
Using Azure Portal
- From Azure Home select the Portal Menu
- Select
Microsoft Entra ID - Under
Manage, selectEnterprise applications - Under
Security, selectConsent and permissions - Under
Manage, selectUser consent settings - Ensure
User consent for applicationsis set toDo not allow user consent
Using PowerShell
Connect-MgGraph
(Get-MgPolicyAuthorizationPolicy).DefaultUserRolePermissions | Select-Object -ExpandProperty PermissionGrantPoliciesAssigned
If the command returns no values in response, the configuration complies with the recommendation.
Expected Result
User consent for applications should be set to Do not allow user consent. The PowerShell command should return no values.
Remediation
Using Azure Portal
- From Azure Home select the Portal Menu
- Select
Microsoft Entra ID - Under
Manage, selectEnterprise applications - Under
Security, selectConsent and permissions - Under
Manage, selectUser consent settings - Set
User consent for applicationstoDo not allow user consent - Click
Save
Default Value
By default, Users consent for applications is set to Allow user consent for apps.
References
- https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/configure-user-consent?pivots=ms-powershell#configure-user-consent-to-applications
- https://learn.microsoft.com/en-us/security/benchmark/azure/mcsb-privileged-access#pa-1-separate-and-limit-highly-privilegedadministrative-users
- https://learn.microsoft.com/en-us/security/benchmark/azure/mcsb-governance-strategy#gs-2-define-and-implement-enterprise-segmentationseparation-of-duties-strategy
- https://learn.microsoft.com/en-us/security/benchmark/azure/mcsb-governance-strategy#gs-6-define-and-implement-identity-and-privileged-access-strategy
CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 2.3 Address Unauthorized Software | x | x | x |
| v8 | 6.1 Establish an Access Granting Process | x | x | x |
| v7 | 2.6 Address unapproved software | x | x | x |
Profile
Level 1 | Manual