Deprovisioning Trigger
A deprovisioning trigger is an event that starts the process of removing a user's access to an organization's systems, applications, and data when that access is no longer needed. Common examples include an employee leaving the company, being terminated, or moving into a new role. When the trigger occurs, the organization's process revokes access rights the user should no longer have.
A deprovisioning trigger is an identity-lifecycle event that initiates a deprovisioning workflow, whereby a user's access rights to applications, systems, and data are revoked. Typical triggers include employee separation (resignation or termination), role or department changes, and project completion, with role changes often resulting in partial deprovisioning of entitlements the user no longer requires rather than full account removal. In many deployments the trigger is bound to a source-of-truth event (for example an HR-driven joiner-mover-leaver change) and can invoke deprovisioning automatically; the specific detection mechanism, scope of revocation, and degree of automation depend on vendor and deployment configuration. This is an IGA lifecycle concern focused on removing access and is distinct from runtime enforcement mechanisms such as token validation or policy decision points, which are out of scope for this term.
Why it matters
The deprovisioning trigger is the point at which access removal begins, and its reliability directly determines how long a departed or reassigned user retains entitlements they no longer need. When a trigger is missed, delayed, or scoped incorrectly, orphaned accounts and residual entitlements can persist, expanding the attack surface and creating audit findings during access certification. Because deprovisioning is an IGA lifecycle concern, a weak or manual trigger tends to undermine the value of otherwise well-governed access, since the removal never starts on time even when the downstream workflow is sound.
Role and department changes make the stakes more subtle than simple separations. As the evidence notes, a mover event often calls for partial deprovisioning, removing only the entitlements the user no longer requires, rather than full account removal. A trigger that treats every change as either full removal or no action risks either stranding excess access (contributing to privilege accumulation over time) or disrupting a still-active worker. Getting the trigger and its scope right is therefore central to enforcing least privilege and segregation of duties across a user's tenure.
Binding triggers to a source-of-truth event, such as an HR-driven joiner-mover-leaver change, is a common way to make deprovisioning timely and consistent. The degree of automation, detection mechanism, and revocation scope vary by vendor and deployment configuration, so the trigger design is a place where governance intent meets operational reality. Organizations should validate that triggers fire on the events they expect and cover the applications and data in scope, since gaps here typically surface only during incidents or audits.
Who it's relevant to
Inside Deprovisioning Trigger
Common questions
Answers to the questions practitioners most commonly ask about Deprovisioning Trigger.
