Skip to main content
Version: 2.1.0

CIS.M365.8.4.1 - (L1) Ensure all or a majority of third-party and custom apps are blocked

Overview​

8.4.1 (L1) Ensure app permission policies are configured

This policy setting controls which class of apps are available for users to install.

Rationale​

Allowing users to install third-party or unverified apps poses a potential risk of introducing malicious software to the environment.

Impact​

Users will only be able to install approved classes of apps.

Remediation action:​

  1. Navigate to Microsoft Teams Admin Center.
  2. Click to expand Teams apps select Manage apps.
  3. In the upper right click Actions > Org-wide app settings.
  4. For Microsoft apps set Let users install and use available apps by default to On or less permissive.
  5. For Third-party apps set Let users install and use available apps by default to Off.
  6. For Custom apps set Let users install and use available apps by default to Off.
  7. For Custom apps set Let users interact with custom apps in preview to Off.

Test Metadata​

FieldValue
Test IDCIS.M365.8.4.1
SeverityHigh
SuiteCIS
CategoryCIS M365 v6.0.1
PowerShell testTest-MtCisThirdPartyAndCustomApps
TagsCIS, CIS E3 Level 1, CIS M365 v6.0.1, CIS.M365.8.4.1

Source​

  • Pester test: tests/cis/Test-MtCisThirdPartyAndCustomApps.Tests.ps1
  • PowerShell source: powershell/public/cis/Test-MtCisThirdPartyAndCustomApps.ps1