> 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/server/it/web-interface/administration/user-and-security-management/users/multifactor.md).

# Multifattore

Se imposta l'autenticazione a più fattori (MFA) come [***Facoltativa per utente***](/server/it/web-interface/administration/configuration/server-settings/security/multifactor.md) nelle ***Impostazioni del server***, dovrà poi configurare quale metodo MFA utilizzare per ciascun utente.

1. In ***Amministrazione – Utenti***, modifichi l'utente per il quale desidera configurare l'MFA.
2. Nella sezione ***Multifattore***, selezioni il ***Tipo*** di MFA dall'elenco.

   ![](https://cdnweb.devolutions.net/docs/DVLS6051_2024_3.png)
3. Ora ha due possibilità. Oppure:

   * Selezioni ***Configura in seguito dall'utente*** per consentire all'utente di configurare autonomamente la propria MFA alla successiva connessione a Devolutions Server.

     ![](https://cdnweb.devolutions.net/docs/DVLS6052_2024_3.png)

   oppure

   * Segua i passaggi per configurare l'MFA per l'utente.

     ![](https://cdnweb.devolutions.net/docs/DVLS6054_2024_3.png)
4. Clicchi su ***Aggiorna*** per salvare le modifiche per questo utente.
5. Ripeta i passaggi per ciascun utente.

{% hint style="info" %}
Le impostazioni MFA in Devolutions Server possono essere modificate senza diritti di amministratore o approvazione in [***Preferenze –*** ***Multi-fattore***.](/server/it/web-interface/account-menu/preferences.md#multi-factor)
{% endhint %}


---

# 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/server/it/web-interface/administration/user-and-security-management/users/multifactor.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.
