Identity Life Cycle Management: Provisioning, Review, and Deprovisioning
Identity life cycle management is the process of creating, maintaining, reviewing, and removing user identities and their access rights across the entire time a person works with an organization. The life cycle has four core activities: roles definition (deciding what access a job needs before anyone gets it), provisioning (creating the account and granting that access when someone joins), review (periodically confirming that access still matches the job), and deprovisioning (disabling or removing access when someone leaves or changes roles). The ISC2 CC exam frames these stages with the Joiner-Mover-Leaver model. The two failures the exam probes hardest are privilege creep, where a mover accumulates access from old roles, and orphaned accounts, where a leaver's account stays active after departure. Timely deprovisioning and least-privilege provisioning are the recurring correct answers. This lesson walks through each stage, the Joiner-Mover-Leaver model, and the identity tools, such as directory services and single sign-on, that automate the cycle.
- Describe the four activities of the identity life cycle: roles definition, provisioning, review, and deprovisioning
- Map organizational events to the Joiner-Mover-Leaver model
- Explain how periodic access reviews detect and correct privilege creep
- Identify the risks of delayed deprovisioning, including orphaned accounts
- Recognize common identity tools such as identity providers, directory services, SSO, and IGA systems
What identity life cycle management means
Every user identity in an organization follows a predictable life cycle: it is designed, created, used, reviewed, and eventually removed. Identity life cycle management is the discipline of controlling each of those stages so that every account has an owner, every access right has a reason, and nothing is left behind when a person moves on.
The ISC2 CC exam outline breaks the cycle into four activities. Roles definition decides what access a job function needs before any account exists. Provisioning creates the identity and grants that predefined access when a person joins. Review periodically confirms that the access a person holds still matches the job they do today. Deprovisioning disables or removes access when the person leaves or changes roles.
The reason this matters is simple: most access-related security failures are life cycle failures. An attacker who compromises a forgotten account belonging to a departed contractor does not need to defeat any technical control, because the organization defeated itself by skipping deprovisioning. Likewise, an employee who has changed jobs three times without a review may hold far more access than any single role requires, turning one compromised credential into a much larger breach.
Roles definition: decide access before granting it
Roles definition is the design stage of the life cycle. Before anyone is hired into a position, the organization defines what that position needs: which systems, which applications, which data, and at what level of permission. The output is a documented role, such as accounts payable clerk or help desk technician, with a standard access profile attached.
Defining roles first enforces the principle of least privilege at the moment access is designed rather than after the fact. If the role only needs to read customer records, the role definition grants read access and nothing more. When a new person later fills that role, they inherit exactly the predefined profile, so there is no ad hoc guessing about what to grant.
Roles definition is a shared responsibility. Managers and data owners understand what the job actually requires, human resources knows the job descriptions, and the security team validates that the resulting profile follows least privilege and does not combine duties that should stay separated. On the exam, remember the ordering: access needs are defined for the role before access is provisioned to the person.
Provisioning: onboarding the joiner
Provisioning is the act of creating a new identity and granting it appropriate access. It typically begins with an authorized request, usually triggered by human resources when a new hire starts or when an existing employee takes on a new role. The identity is proofed, meaning the organization confirms the person is who they claim to be, and then an account is created with a unique identifier.
Uniqueness matters. Every person receives their own account so that every action can be traced back to one individual, a property called accountability. Shared or generic accounts break accountability and are a wrong answer on the exam whenever individual traceability is the goal.
The access granted at provisioning should come straight from the role definition, no more and no less. Granting extra access because the person might need it later is over-provisioning and violates least privilege. If a joiner needs something outside the standard profile, that exception should go through a separate documented approval rather than being quietly bundled into the initial grant.
Provisioning also covers issuing authenticators such as passwords, smart cards, or tokens, and enrolling the user in multifactor authentication where required. The stage ends when the joiner can do their job with the minimum access the role requires.
Access review: catching privilege creep
People do not keep the same job forever. They transfer between departments, get promoted, cover for colleagues, and join temporary projects. Each change tends to add access, and unless someone actively removes the old rights, the person accumulates permissions from every role they have ever held. This accumulation is called privilege creep, and it is the classic risk associated with the mover in the life cycle.
The control that catches privilege creep is the periodic access review, also called recertification or attestation. On a defined schedule, or when a role change occurs, a manager or data owner examines each user's current access and formally confirms, or attests, that every entitlement is still required for the current job. Anything that is no longer needed is revoked.
Reviews should be more frequent for privileged accounts, such as administrator access, because the damage from an unnecessary privileged entitlement is far greater. A review is a detective and corrective activity: it detects access that drifted away from the role definition and corrects it by removing the excess. On the exam, when a scenario describes an employee who changed roles and still has old permissions, the answer is almost always a missing or failed access review, and the fix is to review and revoke.
Deprovisioning: removing access when people leave
Deprovisioning removes or disables an identity's access when the person leaves the organization or no longer needs the account. It is the leaver stage of the life cycle, and timeliness is the whole point. Access that outlives the working relationship is pure risk with zero business benefit.
An account that remains active after its owner departs is called an orphaned account. Orphaned accounts are a favorite target for attackers because nobody is watching them: no legitimate user notices strange logins, password resets go unread, and the account often retains meaningful access. A disgruntled former employee with a still-active account is an insider threat that walked out the door with the keys.
Best practice distinguishes disabling from deleting. Disable the account immediately at separation, which blocks all access while preserving the account's data, mailbox, and audit history for investigations and handover. Deletion, if it happens at all, follows later under the organization's retention rules. For involuntary terminations, access should be disabled at or before the moment the person is informed, because the window between notification and revocation is when a resentful insider can do the most damage.
Deprovisioning also includes collecting badges, tokens, and equipment, and removing the person from group memberships, shared mailboxes, and third-party services. Partial deprovisioning that misses a cloud application leaves an orphaned account all the same.
The Joiner-Mover-Leaver model
The Joiner-Mover-Leaver model, often shortened to JML, maps the identity life cycle onto the three events that change a person's relationship with the organization. It is a useful mental index for exam questions because every scenario about identity management describes one of these three events.
| Event | Life cycle activity | Main risk if handled badly |
|---|---|---|
| Joiner: a person starts a new job | Provision a unique account with the access defined for the role | Over-provisioning grants more access than the job needs |
| Mover: a person changes role internally | Review access, add what the new role needs, revoke what the old role needed | Privilege creep accumulates permissions from old roles |
| Leaver: a person exits the organization | Deprovision promptly, disable first, then remove per retention policy | Orphaned accounts stay active with no owner watching them |
Work through a scenario. Maya joins a hospital as a billing clerk and is provisioned read and write access to the billing system, matching the role definition. Two years later she moves to the audit team. The mover process grants audit system access and, critically, revokes her billing write access, because auditors must not be able to alter the records they audit. When Maya later resigns, her accounts are disabled on her final day, her badge is collected, and her mailbox is preserved for her successor. At each event the access changed to match the current role, and nothing survived that should not have.
Identity frameworks and tools
The CC exam expects you to recognize the categories of tools that implement the identity life cycle, not to configure them. Each category answers a different question.
- Directory services store identity information, accounts, groups, and attributes, in a central database that systems across the organization query. A directory is the authoritative list of who exists.
- Identity providers authenticate users and issue assertions of identity to other systems, so applications can trust a central login rather than each keeping its own password store.
- Single sign-on (SSO) lets a user authenticate once and access multiple applications without logging in again. SSO improves the user experience and reduces password fatigue, but it also concentrates risk: protect the SSO credential with multifactor authentication.
- IAM and IGA systems (identity and access management, identity governance and administration) orchestrate the life cycle itself: they automate provisioning workflows, route access requests for approval, run recertification campaigns, and keep an auditable record of who approved what.
Automated provisioning ties these together. When human resources records a new hire, the IAM system creates the accounts, applies the role profile, and later, when human resources records a termination, disables everything in minutes. Automation matters because it removes the human delay that creates orphaned accounts, and it applies role definitions consistently instead of relying on an administrator's memory.
Tip. The CC exam tests this sub-domain with short scenarios keyed to Joiner-Mover-Leaver events. Trigger words include new hire (provisioning), transferred or changed roles (access review and privilege creep), and terminated or resigned (immediate deprovisioning). Expect at least one question where a departed employee still has an active account: the answer names the orphaned account risk or the missing deprovisioning step. Questions using recertification or attestation are asking about periodic access reviews.
- The identity life cycle is roles definition, provisioning, review, and deprovisioning, mapped to Joiner-Mover-Leaver.
- Define the access a role needs before granting it, and provision only that access: least privilege starts at provisioning.
- Every user gets a unique account; shared accounts destroy accountability.
- Privilege creep is the mover risk; periodic access reviews (recertification or attestation) detect and revoke unneeded access.
- Deprovision promptly at separation: disable first to preserve audit data, delete later per retention policy.
- An active account whose owner has left is an orphaned account, a prime attacker target.
- For involuntary terminations, disable access at or before the moment the person is told.
- IAM and IGA tools automate provisioning and deprovisioning, removing the delays that create orphaned accounts.
Frequently asked questions
What are the four stages of the identity life cycle in ISC2 CC?
The ISC2 CC outline lists four activities: roles definition (define what access a role needs before granting it), provisioning (create the identity and grant role-appropriate access when someone joins or changes role), review (periodically recertify that access still matches the current job), and deprovisioning (disable or remove access when someone leaves or changes role). They map to the Joiner-Mover-Leaver events.
What is privilege creep and how do you prevent it?
Privilege creep is the gradual accumulation of access rights as a person changes roles without their old permissions being revoked. Over time they hold far more access than their current job requires, violating least privilege. It is prevented and corrected through periodic access reviews (recertification), where a manager or data owner attests that each entitlement is still needed and revokes any that are not, plus a mover process that removes old-role access at transfer time.
What is an orphaned account?
An orphaned account is an account that remains active after its owner has left the organization or no longer needs it. Because no legitimate user is watching it, attackers favor orphaned accounts: suspicious logins go unnoticed and the account often still carries meaningful access. Timely deprovisioning, ideally automated from the HR termination record, is the control that prevents them.
Should you disable or delete an account when an employee leaves?
Disable it first, immediately at separation. Disabling blocks all access while preserving the account's files, mailbox, and audit history for handover and any investigation. Deletion, if required, happens later under the organization's data retention rules. For involuntary terminations, disable access at or before the moment the employee is informed.
What is the Joiner-Mover-Leaver model?
Joiner-Mover-Leaver (JML) organizes identity management around the three events that change a person's access needs. A joiner is provisioned a unique account with role-defined access. A mover has access reviewed: new-role access added, old-role access revoked, preventing privilege creep. A leaver is deprovisioned promptly, preventing orphaned accounts. Every identity life cycle exam scenario describes one of these three events.
Sign up free to mark lessons complete, bookmark topics and track your exam readiness.