Subscribe to the Non-Human & AI Identity Journal

Organisational Unit Delegation

Organisational unit delegation is the set of permissions that determine who can create, modify, or control objects inside an AD container. For service identities, it matters because a user with write rights may be able to create or alter accounts that inherit far more privilege than intended.

Expanded Definition

Organisational unit delegation in Active Directory is not just a folder-level permission model. It is a control boundary that determines who can create, modify, move, or delete objects inside an AD container, and that boundary can directly shape the privilege of service identities. When delegation is applied to an OU, inherited permissions may allow a seemingly low-risk admin or workflow account to create new users, group memberships, computer objects, or managed service accounts that inherit broader access than intended. That makes OU delegation a foundational NHI governance issue, not merely an IAM housekeeping task.

In NHI security, the key question is whether delegated rights are constrained to the minimum object set and administrative function required. Guidance varies across vendors on how granular delegation should be, but the operational principle is consistent: delegated control must be explicit, reviewable, and resistant to privilege inheritance surprises. This aligns with the risk-management emphasis in the NIST Cybersecurity Framework 2.0 and the visibility and governance themes covered in Ultimate Guide to NHIs.

The most common misapplication is treating OU delegation as harmless administrative convenience, which occurs when inherited write permissions are left broad enough to let service accounts gain unintended control over privileged objects.

Examples and Use Cases

Implementing OU delegation rigorously often introduces administrative friction, requiring organisations to weigh faster local operations against the risk of privilege creep and unintended inheritance.

  • A tier-1 help desk group is delegated to reset passwords in a user OU, but not to create new accounts or alter group membership.
  • A provisioning pipeline is allowed to create machine accounts in a dedicated OU, while sensitive admin OUs remain non-delegated.
  • A service account used by an HR integration can write only to employee attribute fields, preventing it from modifying security groups or nested OUs.
  • An Active Directory review identifies that a legacy app team can create computer objects in an OU that inherits access to privileged monitoring groups, triggering a redesign.
  • After inventorying service accounts, a security team maps delegated OU rights against identity paths highlighted in the Ultimate Guide to NHIs and validates the design against NIST Cybersecurity Framework 2.0.

In practice, organisations use OU delegation to separate directory administration from broader identity administration, especially where automation creates or updates service accounts at scale.

Why It Matters in NHI Security

OU delegation becomes critical when service identities are able to create objects that inherit trust, because a single mis-scoped permission can become a route into privileged account creation or modification. That matters in environments where NHIs already dominate identity exposure. NHIMG reports that Ultimate Guide to NHIs found 97% of NHIs carry excessive privileges, and 80% of identity breaches involved compromised non-human identities such as service accounts and API keys. Those figures show why delegated directory rights deserve the same scrutiny as credentials and tokens.

For governance teams, OU delegation is also a Zero Trust issue. If administrative authority is inherited too broadly, least privilege breaks down even when authentication is strong. That risk affects lifecycle controls, offboarding, and blast-radius reduction across service accounts and automation identities. The policy lens in the NIST Cybersecurity Framework 2.0 helps frame the control objective: know who can change identity objects, constrain that authority, and continuously review it. Organisations typically encounter OU delegation as a root cause only after a service account is abused to create or alter privileged objects, at which point the delegation model 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 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-04 Covers privilege misuse and excessive delegated access affecting NHI objects.
NIST CSF 2.0 PR.AC-4 Defines access permissions management and least-privilege enforcement for identity resources.
NIST Zero Trust (SP 800-207) Zero Trust requires continuous verification and minimal trust for administrative object control.

Treat OU delegation as a constrained trust boundary and continuously validate who can modify identity objects.