Introduction

The Power Platform enables organizations to build applications, workflows, and data-driven digital solutions. With increasing adoption, environment governance and access control become critical. One of the most important governance tools is Security Groups, which restrict who can access a Power Platform environment.

However, many admins face confusion when they discover that security groups cannot be assigned to the Default and Developer environments.
This article explains:

What Are Security Groups in Power Platform?

Security groups originate from Azure AD / Entra ID and are used to restrict who can access a Power Platform environment.

When a security group is assigned:

This provides a controlled, governed approach for managing environments.

Which Environments Support Security Group Assignment?

Environment TypeSecurity Group Supported?Notes
ProductionYesRecommended for serious development
SandboxYesFor Dev/Test/UAT
Trial (Production-like)YesFor evaluation
Custom EnvironmentsYesFull control
DefaultNoCannot be restricted
Developer (Personal)NoSingle-user environment

Why Default Environment Cannot Be Restricted

The Default environment is automatically created for every tenant.

Microsoft's design purpose:

Because Microsoft relies on Default for tenant-wide scenarios, they do not allow:

Thus, access restriction is technically impossible.

Why Developer Environments Cannot Be Restricted

Developer environments are created for users who have the Developer Plan.

Properties

Therefore, security groups cannot be applied.

camparision-image

Conclusion

While the Default environment cannot be restricted using security groups, Microsoft provides strong governance tools to limit what users can do inside it.
Organizations should:

By combining these approaches, you can achieve full environment control—even though access to the Default environment cannot be blocked.