Ownership should be shared, but accountability must be explicit. HR should define employment status, timing, and business-process meaning, while IAM teams should translate those rules into access policy and automation. IT often operates the technical controls, yet neither side can succeed alone. Clear governance prevents conflicting interpretations that lead to premature deprovisioning or unauthorized access retention.
Why This Matters for Security Teams
When provisioning and deprovisioning sit between HR and IAM, the real risk is not just process confusion. It is a control gap where employment status, start dates, transfers, leave, contractor expiry, and termination timing can be interpreted differently by each team. If those meanings are not owned clearly, access can be removed too early or left active too long. NHI programs face the same problem at scale: lifecycle rules only work when the business event is translated cleanly into technical enforcement. NHI Management Group notes that only 20% of organisations have formal offboarding and revocation processes for API keys, which is why lifecycle governance matters so much in practice.
The right ownership model is shared governance with explicit accountability. HR owns the business event and its meaning. IAM owns the access policy logic and automation. IT often runs the tools, but tool operation is not the same as policy ownership. That distinction becomes critical during mergers, role changes, extended leave, and contractor exits, where a vague handoff can create either premature lockouts or lingering access. Current guidance suggests the most reliable model is one where HR defines the trigger, IAM defines the rule, and operations executes the control. In practice, many security teams discover ownership ambiguity only after an employee keeps access after separation or loses access before the business has finished the transition.
How It Works in Practice
The practical goal is to separate policy meaning from technical enforcement. HR should define authoritative lifecycle events, such as hire, transfer, suspension, leave of absence, and termination, along with the timing and business conditions attached to each event. IAM should then convert those events into access decisions, workflow logic, and revocation automation. This is where NIST Cybersecurity Framework 2.0 helps, because it reinforces governance, identity management, and continuous access control as operational disciplines rather than isolated tasks.
In a mature model, the workflow is documented end to end:
- HR system events create the source of truth for employment status and effective dates.
- IAM translates those events into provisioning, role changes, approvals, and deprovisioning rules.
- IT or platform teams operate the integrations, logs, and job scheduling that enforce the workflow.
- Security or risk teams audit exceptions, delayed revocation, and privileged access retention.
For non-human identities, the same pattern applies but the triggers are different. Service accounts, API keys, signing keys, and automation tokens should be tied to owners, systems, and expiry logic, not treated as forever-valid credentials. The Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs is useful here because it frames lifecycle controls around visibility, rotation, and offboarding rather than one-time issuance. NHI Management Group also reports that 96% of organisations store secrets outside secrets managers in vulnerable locations, which shows how quickly lifecycle ownership breaks down when no single team owns revocation. These controls tend to break down when HR events are delayed, manually reinterpreted by line managers, or mirrored inconsistently across multiple IAM and SaaS systems because the technical state drifts from the business state.
Common Variations and Edge Cases
Tighter ownership often increases coordination overhead, requiring organisations to balance faster business change against stricter control and auditability. That tradeoff is most visible in contractor management, M&A transitions, extended leave, and emergency suspension cases, where the “right” timing is not always obvious. Current guidance suggests that there is no universal standard for this yet, so organisations should document their own decision rights rather than assume a generic RACI will hold under pressure.
One common edge case is partial deprovisioning. A departing user may lose administrative access immediately but retain read-only access for handover, legal hold, or payroll reconciliation. Another is rehire or role reinstatement, where old entitlements should not simply be restored by default. For NHI workflows, service accounts used by HR platforms, onboarding automation, or identity bridges need the same clarity: who can request them, who approves them, when they expire, and who is accountable for cleanup. NIST SP 800-53 Rev. 5 is useful as a control reference for least privilege, access review, and account lifecycle discipline. The hard part is not defining the control, but keeping the meaning of “done” consistent across HR, IAM, and operational teams when the business changes faster than the workflow documentation.
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 SP 800-53 Rev 5 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | GV.OC, PR.AA | Clarifies governance ownership and identity access operations across teams. |
| NIST SP 800-53 Rev 5 | AC-2 | Account management covers provisioning, modification, and deprovisioning decisions. |
| OWASP Non-Human Identity Top 10 | NHI-04 | NHI lifecycle ownership directly affects secrets revocation and access retirement. |
| CSA MAESTRO | IAM | Agent and workload identity governance depends on clear lifecycle control boundaries. |
| NIST AI RMF | GOVERN | Governance is needed to assign accountability for automated identity decisions. |
Separate business policy ownership from technical enforcement for all agentic and non-human identities.
Related resources from NHI Mgmt Group
- Who should own authorization policy when backend developers, IAM teams, and application owners all influence access rules?
- How should IAM teams govern provisioning across HR, SSO, and SaaS apps?
- Who should own access decisions when ITSM and IAM responsibilities overlap?
- Who should own validation of quarantine policy coverage across IAM, Lambda, S3, and EC2 controls?