Subscribe to the Non-Human & AI Identity Journal

What is the difference between delegated administration and simple user self-service?

Delegated administration lets one business user perform controlled identity tasks for others within an organisational boundary, while self-service lets an individual manage their own account details or recovery steps. In B2B CIAM, both matter, but delegated administration carries higher governance risk because it can create broad, long-lived access if not tightly scoped.

Why This Matters for Security Teams

delegated administration and self-service both reduce help desk load, but they do very different risk work. Self-service is usually about the individual user recovering access or updating their own profile. Delegated administration expands authority across users, groups, or business units, which means it must be treated as privileged access and not as a convenience feature. For identity programs, that distinction shapes approval flows, logging, segregation of duties, and review cadence.

Practitioners often underestimate how quickly delegated access becomes durable. In B2B CIAM, a partner admin or franchise manager may need to provision users, reset credentials, or assign entitlements without opening tickets. That is useful, but it also creates a broader blast radius if the delegation is too wide or too persistent. NHI Mgmt Group’s Ultimate Guide to NHIs — What are Non-Human Identities notes that 97% of NHIs carry excessive privileges, a reminder that scope creep is usually the real failure mode, not the initial delegation design.

In practice, many security teams discover over-permissioned delegated roles only after an audit finding, a partner offboarding event, or a recovery workflow that quietly granted more access than intended.

How It Works in Practice

Self-service is typically limited to the identity owner. Common examples include password reset, MFA re-enrollment, profile updates, and recovery factor management. The security goal is to let the user resolve routine issues without widening authority beyond that one account. Good self-service designs rely on strong proofing, step-up authentication, and narrow action sets so the user can change only what they are allowed to change.

Delegated administration is different because the delegate acts on behalf of others. A branch manager might create accounts for new staff, a reseller might manage tenant users, or an IT lead might assign application roles within a business unit. That makes the delegate a controlled operator, not just an end user. According to the NIST Cybersecurity Framework 2.0, identity-related governance should be tied to access control, auditability, and ongoing risk management rather than one-time setup.

  • Use self-service for account-bound actions that affect only the authenticated user.
  • Use delegated administration only for bounded tasks with explicit scope, such as tenant, group, or region.
  • Require separate approval and logging for delegated actions that create or expand access.
  • Apply time limits, role constraints, and periodic review to stop delegation from becoming standing privilege.

For identity and NHI programs, the same logic applies to service account and automation paths: if a workflow can affect more than one identity, it needs governance, not just usability. NHI Mgmt Group’s Ultimate Guide to NHIs — Standards is a useful reference point when teams map identity operations to control expectations. This guidance tends to break down in large federated B2B environments where tenant boundaries are unclear and local admins can accumulate overlapping authority across systems.

Common Variations and Edge Cases

Tighter delegation often increases operational overhead, so organisations have to balance convenience against containment. That tradeoff is especially visible in partner ecosystems, franchise networks, and healthcare or education environments where local administrators need speed but central teams still need control.

Current guidance suggests treating “self-service” and “delegated administration” as separate control families, but there is no universal standard for how granular the split must be. Some platforms blur the line by letting users perform limited admin tasks on shared resources, such as mailbox management or team membership changes. In those cases, the decisive question is not whether the feature feels self-service-like, but whether the actor is modifying only their own identity state or acting across another principal’s account.

The practical edge cases are usually offboarding and exception handling. A delegated admin who leaves a subsidiary, a contractor account that retains admin rights, or an emergency support role that was never removed can turn a short-lived business need into standing privilege. The NIST AI 600-1 GenAI Profile and NIST IR 8596 Cyber AI Profile are relevant here as broader reminders that dynamic systems require tighter governance when action scope can change quickly.

For most programmes, the safest rule is simple: self-service should restore or update the user’s own access, while delegated administration should always be explicit, scoped, reviewed, and revocable.

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 AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-03 Delegated admin can create excessive standing access if not tightly scoped.
NIST CSF 2.0 PR.AC-4 Covers access control governance for self-service and delegated actions.
NIST AI RMF Useful for governance of identity workflows with changing authorization context.

Limit delegated roles, review standing access, and revoke any permissions not tied to a current business need.