Information
Allow users to provide consent for selected permissions when a request is coming from a verified publisher.
Rationale:
Unless Azure Active Directory is running as an identity provider for third-party applications, do not allow users to use their identity outside of the cloud environment. User profiles contain private information such as phone numbers and email addresses which could then be sold off to other third parties without requiring any further consent from the user.
Impact:
Enforcing this setting may create additional requests that administrators need to fulfill quite often.
NOTE: Nessus has not performed this check. Please review the benchmark to ensure target compliance.
Solution
From Azure Portal
From Azure Home select the Portal Menu
Select Azure Active Directory
Then Users
Select User settings
Then Manage how end users launch and view their applications
Under the Enterprise applications heading, set Users can consent to apps accessing company data on their behalf to No
Please note that at this point of time, there is no Azure CLI or other API commands available to programmatically conduct security configuration for this recommendation.
From PowerShell
Connect-MsolService
Set-MsolCompanyInformation --UsersPermissionToUserConsentToAppEnabled $False
Default Value:
By default, Users can consent to apps accessing company data on their behalf is set to Yes.