> 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/cloud/it/knowledge-base/how-to-articles/configure-mfa-for-pam-checkout-in-devolutions-cloud.md).

# Configurare l'MFA per il check-out PAM in Devolutions Cloud

Gli amministratori possono imporre l'autenticazione a più fattori per tutti gli utenti su Devolutions Cloud, oppure richiederla specificamente quando viene effettuato il check-out di una voce privilegiata.

Prima di iniziare, gli utenti devono avere l'MFA abilitata nel[ Devolutions Portal](https://portal.devolutions.com/security), in ***Accesso e sicurezza***, affinché l'MFA venga imposta al check-out. Per imporre la verifica a più fattori a tutti gli utenti su Devolutions Cloud, vada a ***Amministrazione*** – ***Accesso e autenticazione*** – ***Generale*** – ***Imponi la verifica a più fattori sul Devolutions Account***.

#### MFA al check-out PAM

L'MFA può essere richiesta sugli account privilegiati tramite una [politica di check-out](/cloud/it/web-interface/administration/modules/privileged-access/checkout-policies.md). L'impostazione ***MFA al check-out*** può essere impostata su ***Predefinita***, ***Nessuna***, ***Obbligatoria*** o ***Obbligatoria solo per l'elevazione JIT***.

{% hint style="warning" %}
L'MFA imposta all'accesso tramite un provider di identità esterno (Entra ID, PingOne, Okta, ecc.) non soddisfa automaticamente il requisito dell'MFA al check-out. Si tratta di due verifiche separate.

Anche se l'MFA è già imposta all'accesso, l'utente deve comunque disporre di un metodo MFA configurato affinché l'MFA al check-out funzioni. Questo metodo non deve necessariamente essere imposto all'accesso, ma solo disponibile per l'uso al check-out.
{% endhint %}

1. Vada a ***Amministrazione*** – ***Gestione degli accessi privilegiati (PAM)*** – ***Politiche di check-out***.
2. Selezioni una politica di check-out esistente da modificare, oppure ne crei una nuova.
3. Imposti ***MFA al check-out*** su ***Predefinita***, ***Nessuna***, ***Obbligatoria*** o ***Obbligatoria solo per l'elevazione JIT***, a seconda di quando l'MFA debba essere imposta.
4. Per applicare automaticamente questa politica a ogni voce e cartella, abiliti ***È predefinita***. Altrimenti, la applichi a voci o cartelle specifiche modificandole e andando poi in ***Proprietà*** – ***Politiche di check-out***.
5. Selezioni ***Aggiorna*** per salvare. Il requisito viene applicato al successivo check-out della voce.

#### Vedi anche

* [MFA on PAM Checkout: Prove it's really you before checking out a privileged account](https://www.youtube.com/watch?v=aWcV1HwJxTY)


---

# 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/cloud/it/knowledge-base/how-to-articles/configure-mfa-for-pam-checkout-in-devolutions-cloud.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.
