Microsoft Entra September 2026: Tenant Governance goes GA as the MemberOf deadline nears
The monthly roundup mixes four generally available governance features with three change announcements that carry real deadlines for tenant admins.

On this page
Key takeaways
- Microsoft Entra Tenant Governance reached general availability on August 10, 2026, covering tenant discovery, cross-tenant delegated administration, configuration baselines, and governed tenant creation.
- User-centric access reviews, workflow cloning in Lifecycle Workflows, and Resource Accounts for Teams devices also moved to general availability.
- A Global Secure Access MCP Firewall entered public preview, letting security teams allow or block remote MCP servers and individual tools without changing MCP clients or servers.
- Dynamic groups, dynamic administrative units, and entitlement management policies that use the memberOf operator stop updating after November 3, 2026.
- Microsoft is narrowing User.ReadBasic.All so it no longer returns app role assignments and license details, and is expanding the Security Administrator role with account response actions by the end of September 2026.
What to do now
Medium urgency- Export dynamic membership groups from the Entra admin center and search every rule for the memberOf operator.
- Check dynamic administrative units and entitlement management auto-assignment policies for memberOf separately.
- Prioritize replacement of memberOf rules that drive group-based licensing and Conditional Access targeting.
- List applications consented to User.ReadBasic.All and confirm whether they read app role assignments or license details.
- Request LicenseAssignment.Read.All or User.Read.All only where the data is genuinely needed.
- Verify whether the expanded Security Administrator role has reached your tenant and update incident runbooks.
Microsoft published its September 2026 Microsoft Entra roundup on September 1, and the headline items are governance features rather than security fixes. Tenant Governance and user-centric access reviews are now generally available, a Model Context Protocol firewall for AI agent traffic entered public preview, and three change announcements set dates that tenant admins need on a calendar. The most consequential of those is November 3, 2026, when dynamic membership configurations built on the memberOf operator stop updating.
Monthly Entra roundups are easy to skim past, but this one pairs new capabilities with two enforced deadlines. Configurations that use memberOf will not fail loudly on November 3. They will simply freeze, and stale group membership is harder to notice than an outage.
Microsoft's September 2026 Entra update brings Tenant Governance and user-centric access reviews to general availability while confirming that memberOf-based dynamic membership stops updating on November 3, 2026.
Four Entra features hit GA, three previews landed, and three change announcements need action. Audit memberOf rules before November 3, review apps using User.ReadBasic.All, and update incident runbooks for the expanded Security Administrator role.
Affected & context
Microsoft published its September 2026 Microsoft Entra roundup on September 1, 2026, listing four capabilities that reached general availability since August, three new public previews covering hybrid identity and AI agent traffic, and three change announcements affecting dynamic groups, a Microsoft Graph permission, and the Security Administrator role.
Two of the announced changes have fixed dates and will break working configurations if ignored: memberOf-based dynamic membership stops updating on November 3, 2026, and the Security Administrator role gains response actions by the end of September 2026.
Organizations running Microsoft Entra ID, particularly those using memberOf dynamic groups, dynamic administrative units, entitlement management auto-assignment policies, or applications consented to the User.ReadBasic.All Graph permission. MSPs managing multiple tenants are affected by both the deadlines and the new governance features.
- Vendors
- Microsoft
- Products
- Microsoft Entra IDMicrosoft Entra ID GovernanceMicrosoft Entra Domain ServicesMicrosoft Entra Cloud SyncGlobal Secure AccessMicrosoft Teams Rooms
- Geography
- Global
- Industry
- Information technologyManaged services
What Microsoft announced in the September 2026 Entra update
Microsoft published its September 2026 Microsoft Entra roundup on September 1, covering four capabilities that reached general availability since August, three new public previews, and three change announcements. The post came from Yina Arenas, CVP and Chief Product Officer of Identity and Network Access.
The stated theme is governance in the age of AI: governing tenants, consolidating access reviews, and controlling the traffic AI agents generate. That framing is fair, but it buries the part with a clock attached. Two of the three change announcements carry dates, and one of them will quietly stop dynamic group membership from updating.
- Published September 1, 2026 on the Microsoft Entra blog
- Four GA capabilities, three public previews, three change announcements
Four capabilities reached general availability
Microsoft Entra Tenant Governance is the largest of the four. It became generally available on August 10, 2026, and bundles four things: discovery of related tenants across the organization, least-privileged cross-tenant delegated administration, configuration baselines with continuous drift monitoring, and controlled creation of new tenants. Baselines span Microsoft Defender, Entra, Exchange Online, Intune, Purview, and Teams.
User-centric access reviews, or UAR, change how reviewers work. Instead of reviewing one resource at a time, a reviewer sees a single user's access across multiple resources in a catalog, covering Entra ID groups plus connected and disconnected applications.
Lifecycle Workflows gained a smaller but welcome addition: administrators can clone an existing workflow from the workflow list or from a card during workflow creation. The clone opens on the review and create page, so details, configuration, and tasks can be edited before it's created.
The fourth item is Microsoft Entra Resource Accounts for Teams devices. It replaces password-based sign-in for Teams Rooms, Teams Panels, and common area phones with hardware-protected, device-bound credentials.
Built on incident lessons
Microsoft says Tenant Governance was built on lessons from its own response to a high-profile intrusion, and the same governance relationship model now extends to Defender multi-tenant management for MSPs and MSSPs.
- Tenant Governance GA date: August 10, 2026
- Configuration baselines cover Defender, Entra, Exchange Online, Intune, Purview, and Teams
- Resource Accounts remove shared passwords from Teams meeting room devices
Three previews target hybrid identity and AI agent traffic
Microsoft Entra Domain Services now synchronizes the Security Accounts Manager account name from the onPremisesSamAccountName attribute in Entra ID. Applications that depended on that attribute on premises can rely on it in Azure deployments backed by Entra DS. The behaviour is on by default for new managed domains and can be enabled on existing ones, and it's limited to Enterprise and Premium SKUs. Cloud-only users still fall back to mailNickname-based generation.
Entra Cloud Sync can now provision users, groups, and group memberships from Entra ID into on-premises Active Directory Domain Services. Cloud-native users, users whose source of authority was converted to the cloud, B2B guests, and security groups are all in scope. Microsoft Learn now documents the users-only and users-and-groups options as preview.
The third preview is the Global Secure Access MCP Firewall. Model Context Protocol is the open standard AI agents use to reach external tools, and the firewall adds discovery of shadow MCP servers, allow and block decisions at the level of individual servers, tools, resources, or prompts, and protocol-version and transport requirements. None of it requires changing MCP clients, hosts, or servers.
- sAMAccountName sync is enabled by default on new Entra DS managed domains
- Cloud Sync provisioning to AD DS covers users, groups, and memberships
- MCP Firewall works without modifying MCP clients, hosts, or servers
The change announcements are where the deadlines are
Three announcements sit at the end of the roundup, and they matter more than the feature list for anyone running a production tenant.
First, the built-in Security Administrator role gains identity response actions against non-privileged users: disabling and enabling accounts, revoking active sessions, and forcing password resets. Microsoft expects the rollout to finish by the end of September 2026. Existing governance and auditing controls still apply, but the practical effect is that a role many organizations hand out for triage can now perform containment.
Second, the public preview of the memberOf rule operator ends on November 3, 2026. Microsoft says a single memberOf rule can slow dynamic membership processing across an entire tenant, which is why it never left preview and won't.
Third, User.ReadBasic.All is being narrowed. The permission was returning app role assignments and license details, which Microsoft describes as unintended. Apps that need role assignment data should request User.Read.All; apps that need license data should request LicenseAssignment.Read.All. Microsoft frames the change as fixing a vulnerability and says it isn't a breaking change for apps using the permission as intended.
- Security Administrator role rollout completes by end of September 2026
- memberOf configurations stop updating after November 3, 2026
- User.ReadBasic.All will no longer return app role assignments or license details
How to handle the memberOf retirement before November 3
Nothing gets deleted on November 3. Affected dynamic membership groups, dynamic administrative units, and entitlement management auto-assignment policies stay exactly as they were and stop processing changes. Per Microsoft Learn, that leaves stale Teams and SharePoint access, Conditional Access targeting that no longer matches the org chart, group-based licensing that keeps assigning to leavers, and access package assignments that never expire.
The practical first step is inventory. Export dynamic membership groups from the Entra admin center and search the rules for memberOf. Then check dynamic administrative units and entitlement management auto-assignment policies separately, because they use the same operator and are easy to forget.
Replacement is the hard part. memberOf was the closest thing Entra ID had to nested groups, and Microsoft has said it's developing an alternative without naming one. In the interim the realistic options are attribute-based rules that reproduce the same population, assigned groups maintained by a provisioning process, or synchronized on-premises groups where an AD structure already exists.
Check licensing groups first
A frozen group-based licensing rule keeps consuming licences for people who left and denies them to people who joined.
- Affected objects freeze rather than break, which makes the failure mode easy to miss
- Preview limits included 500 memberOf groups per tenant and 50 member groups per rule
- Microsoft has not named a replacement operator
Who this hits hardest
Tenants that adopted memberOf despite its preview status are the most exposed, and there are many of them. The operator solved a real gap and stayed in preview for years, which made it easy to treat as stable.
Application owners are next. Any workload consented to User.ReadBasic.All that reads app role assignments or license data will lose that data. The fix is to identify those apps now, decide whether the data is genuinely needed, and request the narrower permission rather than reflexively granting User.Read.All everywhere.
MSPs sit on both sides of this update. The same multi-tenant estates that make memberOf audits tedious are the ones Tenant Governance is built for, and the governance relationship model now feeds Defender multi-tenant management, which is still in preview. Security operations teams should also confirm whether the expanded Security Administrator role has reached their tenants, then update runbooks that currently assume a second role is needed to disable an account.
- memberOf ran in public preview for roughly four years before retirement
- Least-privilege replacements are LicenseAssignment.Read.All and User.Read.All
What to watch next
The memberOf replacement is the open question. Microsoft acknowledges the scenarios the operator addressed and says work continues on something that scales, but there's no timeline and no name. Anyone planning group architecture this quarter should assume nothing arrives before November.
The MCP Firewall is worth tracking for a different reason. Related Global Secure Access MCP capabilities require TLS inspection on end-user devices, because MCP data sits inside the encrypted payload, and only remote MCP servers are visible to the service. Local MCP servers running on a workstation produce no network footprint to inspect. That shapes what the control can realistically enforce.
Finally, watch how quickly the expanded Security Administrator role appears in your own tenant. Rollout dates in monthly roundups describe intent, not delivery, and role permission changes are worth verifying rather than assuming.
- TLS inspection is required for MCP visibility on end-user devices
- Local MCP servers stay invisible to Global Secure Access
Timeline
Tenant Governance reaches general availability
Microsoft announced GA of Microsoft Entra Tenant Governance, bundling related tenant discovery, governance relationships, tenant configuration management, and secure tenant creation.
Source: Microsoft Entra blog
Confidence: High
September Entra roundup published
Microsoft listed the capabilities that reached general availability and public preview in the previous 30 days, along with three change announcements.
Source: Microsoft Entra blog
Confidence: High
Security Administrator role rollout completes
Microsoft expects the expanded Security Administrator role, which adds account disable, enable, session revocation, and forced password reset for non-privileged users, to finish rolling out by the end of September 2026.
Source: Microsoft Entra blog
Confidence: High
memberOf configurations stop updating
After this date, dynamic membership groups, dynamic administrative units, and entitlement management auto-assignment policies using memberOf remain frozen in their last known state.
Source: Microsoft Learn
Confidence: High
Impact
New governance and hybrid identity capabilities are available immediately, but two change announcements require inventory work in September and October to avoid frozen group membership and broken application permissions in November.
Business impact
Frozen dynamic groups can keep licences assigned to leavers and withhold them from joiners, creating both cost and onboarding problems that surface weeks after the deadline.
Technical impact
Dynamic membership groups, dynamic administrative units, and entitlement management auto-assignment policies built on memberOf stop processing changes after November 3, 2026. Applications relying on User.ReadBasic.All for app role assignment or license data lose that data.
Security impact
Conditional Access policies targeting frozen groups will drift away from the real user population, weakening enforcement without generating an alert. On the positive side, the expanded Security Administrator role shortens identity containment paths.
Affected audience: Microsoft 365 and Entra ID administrators, Managed service providers running multi-tenant estates, Application owners and Microsoft Graph developers, Security operations teams
Action required.
Technical details
Mitigations
- Replace memberOf-based dynamic membership configurations before November 3, 2026.
- Re-scope applications from User.ReadBasic.All to LicenseAssignment.Read.All or User.Read.All where the data is required.
Technical references
Response
Vendor statement
Microsoft says the memberOf operator can affect dynamic membership processing across a tenant even when only one rule uses it, which is why it isn't recommended for production and is being retired. It describes the User.ReadBasic.All change as addressing a vulnerability and states it isn't a breaking change for apps using the permission as intended.
Customer guidance
Microsoft directs administrators to its migration guidance for memberOf, and recommends User.Read.All for app role assignment data and LicenseAssignment.Read.All for license details as the least-privileged replacements.
Response status: Acknowledged
Patch available: No
Workaround available: No
FAQ
What happens to my dynamic groups on November 3, 2026?
They aren't deleted. Dynamic membership groups, dynamic administrative units, and entitlement management auto-assignment policies that use the memberOf operator stop updating and stay in their last known state. Membership drifts from reality over time, which affects Teams and SharePoint access, Conditional Access targeting, group-based licensing, and access package assignments.
Is there a direct replacement for the memberOf operator?
Not yet. Microsoft says it recognizes the scenarios memberOf addressed and is developing an alternative with better scale and reliability, but it hasn't named one or given a date. The practical options today are attribute-based dynamic rules, assigned groups driven by a provisioning process, or synchronized on-premises groups.
Will the User.ReadBasic.All change break my applications?
Microsoft says it isn't a breaking change for applications using the permission as intended, because the removed properties were never meant to be in scope. Apps that were reading app role assignments or license details through it will lose that access and need User.Read.All or LicenseAssignment.Read.All instead.
What does the Global Secure Access MCP Firewall actually control?
It applies policy to Model Context Protocol traffic between AI agents and remote MCP servers. Security teams can discover shadow MCP servers, allow or block specific servers as well as individual tools, resources, or prompts, and enforce protocol-version and transport requirements, all without changing MCP clients, hosts, or servers.
Do I need new licences for Tenant Governance?
Tenant Governance capabilities are tied to Entra licensing tiers, and Microsoft notes that customers with ID Governance, Entra Suite, or Microsoft E7 licences get higher limits on configuration monitors and snapshots. Check the Microsoft Entra Tenant Governance licensing guide before planning a rollout.
The bottom line
Microsoft's September 2026 Entra roundup shipped Tenant Governance, user-centric access reviews, Lifecycle Workflows cloning, and Teams device resource accounts to general availability, added three previews covering hybrid identity and MCP traffic, and confirmed three changes to dynamic groups, Graph permissions, and the Security Administrator role.
The new governance features can wait for a planning cycle. The memberOf inventory can't, because the failure mode is silence rather than an error.
What happens next
The memberOf preview ends on November 3, 2026. Microsoft is expected to name a replacement approach for nested-group scenarios, and the expanded Security Administrator role should be visible in most tenants by the end of September 2026.
What to do
Run a memberOf audit across dynamic groups, dynamic administrative units, and entitlement management policies this month, then work through applications holding User.ReadBasic.All.
Sources
Microsoft · Sep 1, 2026 · Primary source
Claims supported
- Four capabilities reached general availability since August 2026
- MCP Firewall, sAMAccountName sync, and Cloud Sync provisioning entered public preview
- Security Administrator role rollout completes by end of September 2026
- User.ReadBasic.All will stop returning app role assignments and license details
Microsoft · Aug 10, 2026 · Primary source
Claims supported
- Tenant Governance reached general availability on August 10, 2026
- Tenant Governance unifies related tenants, governance relationships, tenant configuration management, and secure tenant creation
- Configuration baselines cover Defender, Entra, Exchange Online, Intune, Purview, and Teams
- Configure dynamic membership groups with the memberOf operator in the Entra admin center (preview)Official
Microsoft Learn · Primary source
Claims supported
- memberOf configurations stop updating after November 3, 2026 and remain in their last known state
- Consequences include stale Teams and SharePoint access, Conditional Access targeting, group-based licensing, and access package assignments
- Preview limits included 500 memberOf groups per tenant and 50 member groups per dynamic group
Microsoft Learn · Primary source
Claims supported
- MCP visibility requires TLS inspection on end-user devices because MCP data is in the encrypted payload
- Only remote MCP servers are visible; local MCP servers have no inspectable network footprint
Microsoft Learn · Primary source
Claims supported
- Cloud Sync documents provisioning users and groups from Entra ID to on-premises AD DS, with users-only and users-and-groups options marked preview
Windows Report · Aug 6, 2026
Claims supported
- The memberOf retirement was communicated through Microsoft 365 Message Center notice MC1448379