Join our Newsletter — 33% off our NHI Course

Root Scope

The root scope is the highest permission boundary in Azure, represented by /. It sits above management groups and is where Elevate Access applies its role assignment. Because everything below it inherits from this point, access at the root scope can override normal delegation models and tenant controls.

Expanded Definition

Root scope is the tenant-level permission boundary in Azure, represented by /. It is not just another administrative container; it is the point above management groups where privileged actions can be applied across the entire tenant, including delegation models that normally constrain lower scopes. In practice, this makes root scope a control plane boundary rather than an application boundary, so governance must treat it as an exceptional privilege zone.

For NHI and IAM teams, the important distinction is that root scope access changes what an identity can do everywhere downstream, especially when combined with elevation workflows, automation, or standing privileged roles. The operational risk is less about ordinary resource administration and more about the ability to alter policy inheritance, grant broad access, or bypass the intent of segmented administration. Guidance in the OWASP Non-Human Identity Top 10 aligns with this concern by treating excessive privilege as a core NHI failure mode.

The most common misapplication is treating root scope like a routine administrative target, which occurs when automation or break-glass access is granted without strict approval, session controls, and post-use review.

Examples and Use Cases

Implementing root scope controls rigorously often introduces operational friction, requiring organisations to weigh emergency recovery speed against the cost of tighter approval and monitoring.

  • A cloud platform team uses root scope only for tenant-wide role assignment during controlled elevation events, then immediately revokes the assignment after the task is complete.
  • An identity engineering team restricts scripts and service principals from writing to /. This prevents automation from making irreversible changes to tenant governance.
  • A security operations team reviews root scope actions after an incident and correlates them with evidence from the Microsoft SAS Key Breach to understand how broad access can accelerate blast radius.
  • A cloud architecture team documents which break-glass identities may request root scope access, then pairs that workflow with session recording and alerting.
  • A governance lead uses the Ultimate Guide to NHIs – Key Challenges and Risks to justify why tenant-wide permissions for non-human identities should be exceptional rather than default.

Why It Matters in NHI Security

Root scope matters because NHI compromise often becomes severe when an attacker or over-permissioned agent can move from a narrow credential to tenant-wide control. In Azure, that means a service account, API-driven workflow, or autonomous agent with root scope access can undermine separation of duties, weaken auditability, and create privilege paths that are hard to reverse quickly. NHI Management Group has observed that 97% of NHIs carry excessive privileges, which is why root scope deserves special scrutiny rather than routine delegation.

Security teams should understand root scope as a governance exception that requires explicit ownership, bounded duration, and continuous logging. The issue is not only misconfiguration but also persistence: once a non-human identity receives tenant-level reach, downstream controls can be bypassed or rewritten. Practitioner insight: organisations typically encounter the real cost of root scope only after a privileged automation error, credential theft, or incident response escalation, at which point the boundary becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-02 Root scope enables excessive privilege, a central non-human identity risk area.
NIST CSF 2.0 PR.AC-4 Root scope is an access control boundary that must enforce least privilege.
NIST Zero Trust (SP 800-207) PL-4 Zero Trust segmentation depends on tightly constrained administrative boundaries.
CSA MAESTRO Agentic systems need bounded authority to prevent tenant-wide misuse.
NIST AI RMF High-impact AI operations require governance over privileged access and escalation.

Restrict tenant-wide assignments and review non-human identities for privilege creep.