TL;DR: Mover events are still the least automated part of identity lifecycle management, with most organisations relying on Slack messages, manual tickets, or memory for promotions, transfers, leave coverage, and project-based access changes according to Zluri. The governance gap is not the absence of policy, but the lack of visibility and triggers needed to remove access as deliberately as it is granted.
At a glance
What this is: This is an analysis of why mover events remain the orphan child of identity management and how weak trigger logic, incomplete visibility, and manual workflows let access accumulate.
Why it matters: It matters because mover-driven privilege creep affects human IAM, NHI governance, and autonomous access models whenever lifecycle changes are not translated into timely entitlement updates.
By the numbers:
- Only 5.7% of organisations have full visibility into their service accounts.
- 97% of NHIs carry excessive privileges, increasing unauthorised access and broadening the attack surface.
👉 Read Zluri's analysis of why mover events are identity management's blind spot
Context
Mover events are mid-lifecycle identity changes such as promotions, transfers, leave coverage, and project reassignment. In identity governance terms, they are the point where entitlement drift begins unless the programme can see current access, compute the change, and execute removal as reliably as addition.
The article argues that joiners and leavers are easier to automate because the destination state is obvious, while movers require real-time visibility and trigger logic that most platforms still lack. That makes mover management a lifecycle problem for human identity today and a useful pattern for NHI and autonomous governance tomorrow.
When access changes are handled through manual tickets or informal messages, organisations create a quiet accumulation of privilege that only becomes visible during an audit, review, or incident. The starting point described here is common, not exceptional, which is why the control gap matters.
Key questions
Q: How should security teams manage mover events in identity lifecycle programmes?
A: Security teams should manage mover events by computing the entitlement delta, not by manually adding new access and hoping old access is removed later. The practical model is to combine HR-triggered automation for scheduled changes with time-bound access for temporary grants, then validate the result against actual entitlements across systems, not just role profiles.
Q: Why do mover events create privilege creep so quickly?
A: Mover events create privilege creep because each internal change usually adds new access while removal is delayed, incomplete, or forgotten. Over time, the identity accumulates permissions from multiple roles, projects, and temporary coverage tasks. Without visible current access and explicit offboarding logic for old entitlements, the accumulation becomes normalised.
Q: What breaks when organisations treat movers like joiners and leavers?
A: What breaks is the assumption that the identity has a single clear destination state. Movers need selective revocation, selective retention, and selective addition, which means the programme must know what the person already holds. If it does not, automation will either over-remove, under-remove, or miss hidden access entirely.
Q: Who is accountable when mover access is left behind after a role change?
A: Accountability sits with the identity governance process owner, because mover leakage is a governance design failure rather than a single user error. Where the HR event exists but no workflow acts on it, the organisation has chosen manual dependence over enforceable lifecycle control. That creates an audit issue, not just an operational inconvenience.
Technical breakdown
Why mover events break role-based lifecycle automation
Mover events expose a structural weakness in lifecycle automation because they do not map cleanly to a single on or off state. A promotion may require scope expansion inside existing applications, a transfer may require removal from one department set and addition to another, and leave coverage may need time-bounded delegation that later expires. If the system only knows how to create access or remove all access, it cannot compute the delta that a mover demands. The problem is compounded by incomplete visibility into actual entitlements, including OAuth grants, shared credentials, and application-specific permissions.
Practical implication: build mover logic around entitlement deltas, not role labels.
Scheduled-based movers depend on triggers that actually fire
Scheduled-based mover changes are the cases the HR system records, but recording the event is not the same as operationalising it. The automation layer needs a reliable trigger, conditions that decide what applies, and playbooks that remove old access before or alongside new access. Without that chain, a department change or long-term leave becomes a notification that somebody may or may not act on. This is where lifecycle governance fails in practice, because the event exists but the access engine never receives an enforceable signal.
Practical implication: tie HRMS field changes to automated entitlement workflows, not human follow-up.
Event-based access needs expiry at grant time
Event-based mover access is harder because the HR system never knew the access existed in the first place. Project access, urgent elevation, backup access, and learning access all rely on a business event rather than an HR event, so cleanup will never happen unless the expiry condition is built into the original grant. Access Duration is therefore a governance control, not a convenience field. It forces the organisation to decide when access should end at the point of approval instead of waiting for an access review to discover the problem later.
Practical implication: require time-bound access for any grant that has an identifiable end condition.
NHI Mgmt Group analysis
Mover access is a lifecycle blind spot, not a policy gap. The article shows that organisations often have joiner and leaver processes, but no comparable control path for internal moves, temporary coverage, or project reassignment. That means the control failure is not the absence of identity policy, but the absence of a dependable mechanism to translate a change in role into a change in effective privilege. For IAM teams, the issue is whether the lifecycle model can keep pace with the way work actually changes.
Identity delta visibility is the missing concept in mover governance. You cannot remove, retain, or expand access correctly if you do not know what a person actually holds across apps, grants, and shared credentials. That is why mover events so often end in privilege creep. The practitioner takeaway is that entitlement inventory must precede lifecycle automation, otherwise the automation simply preserves stale access faster.
Mover management applies equally to human, NHI, and delegated autonomous identities. The same governance pattern that fails for employees also fails for service accounts, bots, and AI agents when role changes, ownership changes, or usage windows shift. The article’s core lesson is that lifecycle governance must treat movement as a state change with explicit revocation logic, not as an administrative note. For identity programmes, this means lifecycle discipline must extend beyond hiring and firing into every mid-life entitlement transition.
Time-bounded access should be the default when the end of use is knowable. Coverage grants, temporary elevation, and project access all have a natural ending, yet many programmes still rely on later review to clean them up. That is an accounting failure in identity governance because it leaves the original grant open after the business need is gone. Practitioners should treat duration as a first-class control so the access lifecycle closes when the work closes.
Manual mover handling creates a quiet privilege accumulation model. The article explains that each move tends to add access while removing little, producing a footprint that no longer reflects current duties. That pattern is exactly how entitlement sprawl becomes normalised inside mature organisations. The implication for security leaders is that mover governance is one of the highest-leverage places to interrupt privilege creep before it becomes systemic.
From our research:
- Only 5.7% of organisations have full visibility into their service accounts, according to Ultimate Guide to NHIs.
- 71% of NHIs are not rotated within recommended time frames, increasing the risk of compromise over time.
- For lifecycle teams: See NHI Lifecycle Management Guide for the rotation, offboarding, and visibility controls that mover governance often lacks.
What this signals
Identity delta management will become a baseline control. As organisations extend lifecycle automation beyond joiners and leavers, the real question is whether they can measure what changed, what stayed behind, and what expired. Programmes that cannot see the full entitlement set will keep recreating the same mover problem in slightly different forms.
Mover governance is also a useful bridge between human IAM and NHI operations. The same discipline that removes stale employee access after a transfer should be applied to service accounts, shared credentials, and delegated access when ownership or purpose changes.
For teams building a broader identity programme, the lesson is to stop treating mid-life change as a side case. Once identity state can change repeatedly, lifecycle governance needs closer integration with entitlement inventory, access request flow, and periodic review, or stale access will keep reappearing under different names.
For practitioners
- Inventory actual entitlements before automating mover workflows Map what users really hold across SaaS, cloud, shared credentials, OAuth grants, and application roles before you define mover playbooks. Role profiles are not enough because they hide shadow access and make deltas inaccurate.
- Wire HR field changes to removal-plus-addition playbooks Use department, title, location, and leave-status changes as triggers for sequenced revoke and provision steps, with the revoke step completing before the new scope is finalised where segregation of duties matters.
- Make temporary grants expire at approval time Require Access Duration or an equivalent expiry condition for coverage, emergency, and project access so the end date is enforced automatically instead of being left to manual review.
- Create a separate lifecycle path for event-based access Treat project work, incident elevation, and learning access as business events with explicit closure rules because the HR system will never signal their end.
- Review mover-driven privilege creep on a fixed cadence Use access reviews to target accumulated access from internal moves, especially where employees have changed roles multiple times and old entitlements remain in place.
Key takeaways
- Mover events are where lifecycle governance breaks down because organisations often automate entry and exit but leave mid-life change to manual follow-up.
- The scale of the visibility problem is reflected in NHI research, where only 5.7% of organisations report full visibility into service accounts.
- The practical fix is to govern entitlement deltas, time-bound temporary access, and event-driven removal as core lifecycle controls rather than exceptional cases.
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-03 | Mover events often leave credentials and entitlements active after role changes. |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access should change when role or scope changes. |
| NIST Zero Trust (SP 800-207) | AC-4 | Zero Trust requires continuous enforcement as trust context changes mid-lifecycle. |
Map mover workflows to NHI-03 and ensure stale access is removed when purpose changes.
Key terms
- Mover Event: A mover event is any mid-lifecycle change in role, team, location, or working context that should change access. In identity governance, movers are difficult because the correct entitlement delta is rarely obvious and often depends on live visibility into what the identity already holds.
- Entitlement Delta: Entitlement delta is the difference between current access and the access required after a lifecycle change. It is the operational basis for mover governance because the programme must know what to add, remove, and retain, rather than treating every move as a simple add or delete event.
- Privilege Creep: Privilege creep is the gradual accumulation of access beyond what the current role or purpose requires. It typically happens when internal moves, temporary grants, and coverage access are added without equivalent removal, leaving the identity with a broader footprint than the business justifies.
- Access Duration: Access Duration is the approved time window for a temporary entitlement. Used correctly, it turns an access grant into a self-closing control by forcing the end date to be decided at approval time, which reduces reliance on later review or manual cleanup.
What's in the full article
Zluri's full article covers the operational detail this post intentionally leaves for the source:
- The exact trigger logic Zluri describes for HRMS-driven mover automation across designation, department, location, and leave status changes.
- The access request flow for event-based mover access, including business justification, automatic routing, and task assignment for manual apps.
- The role of the Access Duration field in forcing time-bound access decisions at grant time instead of during later review cycles.
- The product-specific sequencing Zluri uses to deprovision old access and provision new access when HR changes occur.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity security are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
Published by the NHIMG editorial team on 2026-06-15.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org