> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/it/concepts/just-in-time-provisioning.md).

# Provisioning just-in-time

Il **provisioning just-in-time (JIT)** crea [account privilegiati](/pam/it/concepts/privileged-account.md) temporanei che esistono solo per la durata di un'attività o di una sessione specifica. Invece di assegnare agli utenti un accesso permanente di alto livello, viene generato un account con i privilegi necessari al momento del [check-out](/pam/it/concepts/check-out-and-check-in.md), che viene automaticamente eliminato al [check-in](/pam/it/concepts/check-out-and-check-in.md). Questo riduce al minimo il rischio associato agli account privilegiati di lunga durata.

In Devolutions PAM, il provisioning just-in-time contribuisce a rendere sicuri gli ambienti spostando l'attenzione dalla gestione e dall'audit di numerosi account privilegiati statici a un numero ridotto di account di sistema permanenti e monitorati. Questo approccio semplificato migliora la sicurezza e semplifica gli audit.

I casi d'uso tipici includono sessioni amministrative che richiedono privilegi di dominio o attività di manutenzione che richiedono un [accesso elevato temporaneo](/pam/it/concepts/just-in-time-elevation.md). Grazie all'automazione, questo metodo contribuisce a garantire che l'accesso sia controllato, temporaneo e verificabile.

#### Alias del provisioning just-in-time

* Provisioning JIT
* Accesso privilegiato just-in-time
* Provisioning on-demand (CyberArk)

#### Vedere anche

* [Decoding just-in-time (JIT) elevation](https://blog.devolutions.net/2025/01/decoding-just-in-time-jit-elevation/)
* [Elevazione just-in-time (JIT) in Devolutions Server](/pam/it/pam-with-devolutions-server/just-in-time-jit-elevation.md)
* [Glossary of Common Privileged Access Management (PAM) Terms](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [JIT privilege elevation made efficient by Devolutions](https://blog.devolutions.net/2025/01/jit-privilege-elevation-made-efficient-by-devolutions/)
* [Need Cybersecurity Insurance? Then You Probably Need PAM, Too](https://blog.devolutions.net/2023/10/need-cybersecurity-insurance-then-you-probably-need-pam-too/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/pam/it/concepts/just-in-time-provisioning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
