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

# Multifacteur

Si vous définissez l'authentification multifacteur (AMF) comme [***Optionnel par utilisateur***](/server/fr/web-interface/administration/configuration/server-settings/security/multifactor.md) dans les ***Paramètres du serveur***, vous devez ensuite configurer quelle méthode d'AMF utiliser pour chaque utilisateur.

1. Dans ***Administration – Utilisateurs***, modifiez l'utilisateur pour lequel vous voulez configurer l'AMF.
2. Dans la section ***Multifacteur***, sélectionnez le ***Type*** d'AMF dans la liste.

   ![](https://cdnweb.devolutions.net/docs/DVLS6051_2024_3.png)
3. Vous avez maintenant deux choix. Soit :

   * Cochez ***Configurer plus tard par l'utilisateur*** pour permettre à l'utilisateur de configurer lui-même son AMF lors de sa prochaine connexion à Devolutions Server.

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

   ou

   * Suivez les étapes pour configurer l'AMF pour l'utilisateur.

     ![](https://cdnweb.devolutions.net/docs/DVLS6054_2024_3.png)
4. Cliquez sur ***Mettre à jour*** pour enregistrer vos modifications pour cet utilisateur.
5. Répétez les étapes pour chaque utilisateur.

{% hint style="info" %}
Les paramètres d'AMF dans Devolutions Server peuvent être modifiés sans droits d'administrateur ni approbation dans [***Préférences –*** ***Multifacteur***.](/server/fr/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/fr/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.
