Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
buidav opened this issue May 14, 2024 · 1 comment
Open

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

buidav opened this issue May 14, 2024 · 1 comment
Assignees
Labels
baseline-document Issues relating to the text in the baseline documents themselves enhancement This issue or pull request will add new or improve existing functionality
Milestone

Comments

@buidav
Copy link
Collaborator

buidav commented May 14, 2024

💡 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.
@buidav buidav added the baseline-document Issues relating to the text in the baseline documents themselves label May 14, 2024
@buidav buidav added this to the Backlog milestone May 14, 2024
@buidav buidav self-assigned this May 14, 2024
@wintec01
Copy link

wintec01 commented Aug 6, 2024

@buidav , was this setting introduced to all O365 tenants and set to disableShareWithEveryone : True by default for everyone?

@schrolla schrolla modified the milestones: Backlog, Kraken Oct 30, 2024
@schrolla schrolla added the enhancement This issue or pull request will add new or improve existing functionality label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
baseline-document Issues relating to the text in the baseline documents themselves enhancement This issue or pull request will add new or improve existing functionality
Projects
None yet
Development

No branches or pull requests

3 participants