Check provider logo

Ensure external content sharing is restricted.

sharepoint_external_sharing_restricted

Severityhigh
Servicesharepoint
by Prowler

Ensure that external sharing settings in SharePoint are restricted to 'New and existing guests' or a less permissive level to enforce authentication and control over shared content.

Risk

If external sharing is not restricted, unauthorized users may gain access to sensitive information, increasing the risk of data breaches and compliance violations.

Run this check with Prowler CLI

prowler m365 --checks sharepoint_external_sharing_restricted

Run in Prowler Cloud

Remediation

CLI

Set-SPOTenant -SharingCapability ExternalUserSharingOnly

Other

1. Navigate to SharePoint admin center https://admin.microsoft.com/sharepoint. 2. Click to expand Policies > Sharing. 3. Locate the External sharing section. 4. Under SharePoint, move the slider bar to 'New and existing guests' or a less permissive level.

WUI

Restrict external sharing in SharePoint to 'New and existing guests' or a more restrictive setting to enhance security.

References:

Source Code

References

Resource Type

Sharepoint Settings

Related URL