Control: 1.10 Ensure that 'Users can add gallery apps to their Access Panel' is set to 'No'
Description
Require administrators to provide consent for the apps before use.
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.
Remediation
From Console
- Log in to Azure Active Directory
- Go to
Users - Go to
User settingsin side bar - Click on
Manage how end users launch and view their applications - Set
Users can add gallery apps to their Access Panelto No
Note: By default, Users can add gallery apps to their Access Panel is set to 'No'.
Usage
Run the control in your terminal:
powerpipe control run azure_compliance.control.cis_v130_1_10Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run azure_compliance.control.cis_v130_1_10 --shareSQL
This control uses a named query:
select 'active_directory' as resource, 'info' as status, 'Manual verification required.' as reason;