IT Glossary

Just-in-Time Access (JIT Access)

Just-in-time access grants elevated rights only when needed, then revokes them. Learn how JIT access works and how it differs from JIT provisioning.

August 7, 2026

What is just-in-time access (JIT access)?

Just-in-time access (JIT access) is a security practice in which elevated permissions are granted only for the moment they are needed and revoked automatically once that moment passes. Instead of holding standing admin rights, a user requests access, receives it for a defined window, and loses it when the window closes. It is the operational form of the principle of least privilege.

How just-in-time access works

  • A user requests elevated rights, stating the reason and the duration needed.
  • An approval step runs, either automatically against policy or routed to a named approver.
  • The permission is granted for a bounded window, commonly between one and eight hours.
  • The system revokes it automatically at expiry, with no manual cleanup to forget.
  • Every request, approval, and expiry is logged, which produces the audit trail.

Just-in-time access is not just-in-time provisioning

The two terms are frequently confused. Just-in-time provisioning creates a user account in an application the first time someone signs in through single sign-on. Just-in-time access temporarily raises the rights of an account that already exists. One solves onboarding, the other solves standing privilege.

Examples and use cases

An infrastructure engineer needs production database access to investigate an incident. Rather than sitting permanently in an admin group, he requests four hours through a workflow, his team lead approves it in Slack, and the grant expires on its own at 18:00. The audit file shows the reason, the approver, and the exact window. Corma runs that request, approval, and revocation loop across SaaS applications, so elevation stops being a ticket nobody remembers to close.

Related concepts

FAQ

What is the difference between JIT access and PAM?

Privileged access management is the broader discipline covering vaulting, session recording, and credential rotation. JIT access is one control within it: time-bounded elevation instead of standing rights.

How long should a JIT access window last?

Long enough to finish the task and no longer. Four to eight hours suits most operational work, while a one-hour window fits sensitive production changes.

Does just-in-time access slow teams down?

Only when every request needs a manual approval. Policy-based auto-approval for low-risk cases keeps the friction where the risk actually sits.

Does just-in-time access help with compliance?

Yes. It produces a dated record of who asked for what, who approved it, and when it ended, which is precisely the evidence access reviews and ISO 27001 audits ask for.

Request a demo