Information
This setting configures the permission that is selected by default for sharing link from a SharePoint site.
The recommended state is View
Setting the view permission as the default ensures that users must deliberately select the edit permission when sharing a link. This approach reduces the risk of unintentionally granting edit privileges to a resource that only requires read access, supporting the principle of least privilege.
Solution
To remediate using the UI:
- Navigate to SharePoint admin center
https://admin.microsoft.com/sharepoint
- Click to expand Policies > Sharing
- Scroll to File and folder links
- Set Choose the permission that's selected by default for sharing links to View
To remediate using PowerShell:
- Connect to SharePoint Online service using Connect-SPOService
- Run the following cmdlet:
Set-SPOTenant -DefaultLinkPermission View
Impact:
Not applicable.