Skip to content

Just-in-Time Provisioning

JIT Provisioning.

A pattern where a SaaS application auto-creates a user record on the user's first SSO login, populated from the SAML or OIDC assertion attributes.

JIT is the cheaper half of the lifecycle stack, it handles first-login without infrastructure, but cannot remove users when they leave. Combine JIT with SCIM for the full lifecycle, or accept that users will linger in the SaaS until manually cleaned up.

Common questions

Do I need JIT and SCIM both?

How does JIT handle deprovisioning?

What attributes can JIT populate?

Related terms

In the guides

Last updated 2026-05-07.