Subscribe to the Non-Human & AI Identity Journal

Leaver workflow

A leaver workflow is the sequence of actions used to remove access when a person leaves an organisation. It coordinates account disablement, session termination, asset recovery, data transfer and evidence logging so departure does not leave behind active or unowned access.

Expanded Definition

A leaver workflow is more than a checklist for turning off a badge or mailbox. In NHI and IAM operations, it is the controlled sequence for removing a departing person’s access across directories, SaaS apps, privileged platforms, shared systems, secrets stores, and any delegated approvals they controlled. It also includes ownership transfer, session invalidation, device return, and evidence capture so the organisation can prove that access was removed promptly and completely.

Definitions vary across vendors when the workflow is extended beyond human leavers to contractor exits, temporary workers, or role changes, but the security objective is consistent: eliminate standing access before it becomes orphaned access. That objective aligns with the access governance principles described in the NIST Cybersecurity Framework 2.0, especially where identity lifecycle control supports recovery and response.

The most common misapplication is treating leaver workflow as an HR notification task, which occurs when account removal is not coordinated with application owners, privileged access teams, and secrets administrators.

Examples and Use Cases

Implementing leaver workflow rigorously often introduces timing and coordination constraints, requiring organisations to weigh rapid lockout against business continuity for handover and audit evidence.

  • A finance manager resigns, and the workflow disables SSO, revokes VPN access, removes approval rights, and transfers open invoices to a successor before payroll cutoff.
  • A contractor ends service, and the workflow deletes or reassigns API keys, rotates shared secrets, and confirms that no CI/CD pipeline still references the departed user’s credentials.
  • A cloud administrator changes teams, and the workflow removes privileged roles, terminates active sessions, and records approval from the new system owner before access is reissued.
  • A developer leaves a product squad, and the workflow checks for personal tokens in code repositories, then updates service ownership and incident contacts.
  • A merger or reorganisation triggers bulk departures, and the workflow uses automated offboarding queues to prevent stale access across dozens of applications at once.

NHI Management Group notes that only 20% of organisations have formal processes for offboarding and revoking API keys, which shows how easily leaver handling can stop at human accounts while machine access remains live. That gap is especially visible in the Ultimate Guide to NHIs, where offboarding and lifecycle control are treated as core governance functions rather than back-office administration.

Why It Matters in NHI Security

Leaver workflow matters because every departure is a potential privilege residue event. If access is not removed everywhere it exists, former staff, contractors, or managers may retain the ability to authenticate, approve, deploy, or retrieve secrets long after the organisation believes the relationship has ended. That risk becomes more severe in NHI environments because service accounts, automation tokens, and delegated identities often outlive the person who created them.

Mismanaged offboarding also weakens incident response. A departed user with lingering access can obscure attribution, change configurations, or trigger actions that appear legitimate. NHI Management Group reports that 91.6% of secrets remain valid five days after notification, which illustrates how remediation delays extend the exposure window after a leaver event. The governance lesson is simple: offboarding must cover identities, credentials, sessions, and ownership, not just user provisioning records.

Practitioners typically encounter the consequences only after an account is used post-departure, at which point leaver workflow becomes operationally unavoidable to contain the breach and establish accountability.

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-01 Leaver workflows prevent orphaned NHI access and stale ownership after departure.
NIST CSF 2.0 PR.AA-1 Identity lifecycle control supports limiting access to authorized users only.
NIST Zero Trust (SP 800-207) SP 5 Zero Trust requires continuous access validation, including prompt termination at exit.

Automate deprovisioning, token revocation, and ownership transfer when a user leaves.