User Provisioning
User provisioning is the process of creating, updating, and removing user accounts across an organization's applications and IT systems. It ensures that people have the right accounts set up when they join, that those accounts are changed as their roles evolve, and that access is revoked when it is no longer needed. In many organizations this process is automated and triggered by events such as a new hire or a role change recorded in an HR system.
User provisioning is the IGA lifecycle process of creating, modifying, and deleting user accounts and associated attributes and role assignments across target applications and systems. In automated deployments it is typically driven by authoritative sources such as an HR system or an external directory, and it may propagate identity data to downstream applications through connectors or standards-based mechanisms (for example, SCIM-based provisioning, depending on configuration). Provisioning is a lifecycle and administration concern distinct from runtime access enforcement; it establishes and maintains the accounts and entitlements that authentication and authorization decisions later act upon, rather than performing those real-time decisions itself. Deprovisioning is the complementary process of revoking or removing access when it is no longer warranted.
Why it matters
User provisioning determines whether people can do their jobs from day one and whether access is cleanly retired when it is no longer warranted. When provisioning is manual or inconsistent, new hires wait for accounts, role changes leave stale or excessive entitlements in place, and departed users may retain access to systems long after they should. Deprovisioning gaps in particular create standing risk, because accounts that persist beyond their legitimate purpose expand the attack surface and complicate any later access review.
Because provisioning establishes the accounts and entitlements that authentication and authorization decisions later act upon, errors here propagate downstream. An over-provisioned account is not corrected by strong authentication; the user simply logs in and reaches resources they should not have. This is why provisioning sits at the center of IGA concerns such as access certification and segregation of duties: reviews and controls are only as trustworthy as the account and entitlement data they operate against.
Automating provisioning from an authoritative source, typically an HR system or an external directory, helps keep account state aligned with employment and role status without requiring administrators to intervene for every change. In most deployments this reduces the window between a real-world event, such as a termination, and the corresponding access change, though the exact behavior and timeliness depend on the connectors, standards profiles, and configuration in use.
Who it's relevant to
Inside User Provisioning
Common questions
Answers to the questions practitioners most commonly ask about User Provisioning.
