ELI5: What is Provisioning and Deprovisioning?

Provisioning is giving a new employee their accounts and access. Deprovisioning is taking it all back when they leave. Like handing out a badge on the first day and collecting it on the last.

Definition

Provisioning is the process of creating user accounts and granting appropriate access rights when a user joins an organization or changes roles. Deprovisioning is the reverse — revoking all access and disabling or deleting accounts when a user leaves the organization or changes roles. Both processes must be timely, accurate, and auditable.

Key Details

  • Automated provisioning (triggered by HR system events) is faster and more reliable than manual processes
  • SCIM (System for Cross-domain Identity Management): protocol for automating provisioning/deprovisioning across multiple systems
  • Deprovisioning timeliness is critical: ex-employee accounts are a significant security risk
  • All systems and applications must be included — not just Active Directory (cloud SaaS, VPN, etc.)
  • Orphaned accounts (accounts without active owners) should be detected and reviewed regularly

Connections