> 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-elevation.md).

# Elevazione just-in-time

L'**elevazione just-in-time (JIT)** in Devolutions PAM concede temporaneamente privilegi elevati agli account utente solo quando necessario, riducendo il rischio di autorizzazioni permanenti che possono essere sfruttate. Questo approccio supporta sia gli account standard sia quelli [zero-standing privilege (ZSP)](/pam/it/concepts/zero-standing-privilege.md).

Per gli **account standard**, l'elevazione JIT aggiunge appartenenze a gruppi o ruoli al [check-out](/pam/it/concepts/check-out-and-check-in.md) e li rimuove al [check-in](/pam/it/concepts/check-out-and-check-in.md). Ciò significa che l'account mantiene le sue autorizzazioni di base ma ottiene temporaneamente accessi aggiuntivi durante la sessione.

Per gli **account ZSP**, che non hanno appartenenze a gruppi o privilegi a riposo, l'elevazione JIT assegna dinamicamente l'accesso richiesto al [check-out](/pam/it/concepts/check-out-and-check-in.md) e garantisce che venga completamente revocato al [check-in](/pam/it/concepts/check-out-and-check-in.md). I team di sicurezza possono monitorare gli account ZSP per verificare che rimangano vuoti tra un utilizzo e l'altro, contribuendo a mantenere un controllo rigoroso e la prontezza per gli audit.

Implementando l'elevazione JIT, Devolutions PAM aiuta le organizzazioni a migliorare la sicurezza, ad applicare il [privilegio minimo](/pam/it/concepts/least-privilege.md) e a limitare il tempo di esposizione degli accessi sensibili.

#### Alias di elevazione just-in-time (JIT)

* Elevazione (dei privilegi) JIT
* Elevazione temporanea dei privilegi
* Elevazione on-demand (CyberArk)

#### Argomenti correlati

* [Elevazione just-in-time (JIT) in Devolutions Server](/pam/it/pam-with-devolutions-server/just-in-time-jit-elevation.md)

#### Vedere anche

* [Decoding just-in-time (JIT) elevation](https://blog.devolutions.net/2025/01/decoding-just-in-time-jit-elevation/)
* [Devolutions Academy – Demystifying just-in-time elevation and provisioning with Devolutions PAM](https://academy.devolutions.net/student/path/2354099/activity/4305214)
* [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-elevation.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.
