Skip to content

New Power Platform Policy: Disable sharing PowerApps by default #1097

@buidav

Description

@buidav

💡 Summary

By default, users can share their Power Apps with everyone in the tenant.
Several recent hardening guides for Power Platform suggest disabling this capability.

Motivation and context

Add additional baseline policies for Power Platform.

Implementation notes

Add baseline policy to and necessary PowerShell/Rego code to check for this policy.

Note that this setting does not have a GUI.
It must be configured through Power Apps PowerShell.

$tenantSettings = Get-TenantSettings
$tenantSettings.powerPlatform.powerApps.disableShareWithEveryone = $true
Set-TenantSettings $tenantSettings

Acceptance criteria

  • A baseline policy is added to cover this setting.

Metadata

Metadata

Labels

baseline-documentIssues relating to the text in the baseline documents themselvesenhancementThis issue or pull request will add new or improve existing functionality

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions