Join our Newsletter — 33% off our NHI Course

User Access Lifecycle

The user access lifecycle covers the full journey of access from onboarding through role changes to termination. It includes provisioning, modification, review, and revocation. Strong lifecycle management reduces orphaned accounts, limits privilege drift, and helps ensure users only retain access that matches their current job responsibilities.

Expanded Definition

The user access lifecycle is the governed process that creates, changes, reviews, and removes user access as employment status, role, or risk changes. In NHI and IAM programs, the term is often applied to both human users and system-linked identities that inherit human workflows, so definitions vary across vendors when access is provisioned through HR, ITSM, or identity governance tooling.

Lifecycle management is not just onboarding and offboarding. It also includes access revalidation, entitlement reduction after role changes, temporary elevation, and termination cleanup. That distinction matters because access that is appropriate on day one can become excessive after a transfer, a project ends, or a contractor relationship changes. The OWASP OWASP Non-Human Identity Top 10 treats identity lifecycle weaknesses as a core risk pattern, especially where access persists without a clear owner or review cadence.

The most common misapplication is treating provisioning as the whole lifecycle, which occurs when organisations create accounts quickly but fail to remove or re-scope access after role changes or offboarding.

Examples and Use Cases

Implementing user access lifecycle controls rigorously often introduces coordination overhead, requiring organisations to balance fast onboarding against review and revocation discipline.

  • HR triggers account creation on the first day of employment, while identity governance assigns role-based access and logs the approver.
  • When a user moves from engineering to finance, the old entitlements are removed and new access is granted only after manager and data owner approval.
  • Contractors receive time-bound access that expires automatically at the end of the engagement unless a documented extension is approved.
  • Quarterly access reviews compare assigned privileges against current job duties and remove stale entitlements that no longer match need-to-know.
  • Offboarding disables interactive access, revokes session tokens, and closes linked application accounts using the same workflow described in the NHI Lifecycle Management Guide and the NIST NIST SP 800-53 Rev 5 Security and Privacy Controls.

For identity programs that include service accounts or delegated access, lifecycle steps should also address credential rotation and ownership transfer, as discussed in the Ultimate Guide to NHIs — Lifecycle Processes for Managing NHIs.

Why It Matters in NHI Security

User access lifecycle failures create persistent exposure because access rarely disappears on its own. NHIMG research shows that 91% of former employee tokens remain active after offboarding, a reminder that termination without revocation leaves live paths into systems and data. The broader NHI problem is similar: if lifecycle ownership is unclear, secrets, tokens, and account permissions linger beyond their intended use.

This matters in NHI security because human lifecycle mistakes often become the template for machine identity mistakes. If organisations cannot reliably remove a departed employee’s access, they are even less likely to rotate linked API keys, disable old automation, or retire shadow accounts. That is how privilege drift becomes operational debt and then a breach pathway. The Top 10 NHI Issues and the Ultimate Guide to NHIs both stress that lifecycle failures usually show up alongside excess privilege, secret sprawl, and weak offboarding discipline.

Organisations typically encounter this consequence only after a former user, contractor, or application still has access during an incident, at which point user access lifecycle controls become 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, NIST SP 800-63, 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-01 Lifecycle gaps create orphaned NHIs and stale access paths.
NIST CSF 2.0 PR.AA-01 Identity proofing and access management depend on lifecycle governance.
NIST SP 800-63 Digital identity assurance assumes ongoing credential and authenticator lifecycle control.
NIST Zero Trust (SP 800-207) Zero Trust requires continuously validated access, not one-time provisioning.
NIST AI RMF Lifecycle governance reduces identity-related risk across AI-enabled workflows.

Tie every account to an owner, review it regularly, and revoke it when its business purpose ends.