> 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/rdm/knowledge-base/how-to-articles/enable-mfa-for-users.md).

# Enable MFA for users

While it is still not possible to force the configuration of multifactor authentication (MFA) at the user level without Devolutions Server, a few options have been added in Remote Desktop Manager that could suit your needs.

{% hint style="warning" %}
These features are only available when using an [advanced workspaces](https://docs.devolutions.net/rdm/workspaces/workspace-types/native-workspaces/).

You cannot configure MFA for users. Once activated, each user will need to configure it manually in ***File – My Account Settings***. For more information about the configuration, consult [Multifactor authentication](https://docs.devolutions.net/rdm/workspaces/multi-factor-authentication/).
{% endhint %}

### Force application multifactor authentication mode

In ***Administration – System Settings – Applications – Security – Force application multifactor authentication mode***, select either:

* ***Default (Don't force)***: Does not force application multifactor authentication mode.
* ***Check against all configured methods***: Prompts for the configured MFA methods only.
* ***Prompt for selection on use***: Prompts for which MFA to configure on use.

### Force application security with TOTP (Authenticator)

In ***Administration – System Settings – Applications – Security***, check ***Force application security with TOTP (Authenticator)*** to enable it.

### Force application security with Duo (Authenticator)

In ***Administration – System Settings – Applications – Security***, check ***Force application security with Duo (Authenticator)*** to enable it.

### Force workspace multifactor configuration

In ***Administration – System Settings – Vault Management – Security Settings – Security***, check ***Force workspace multifactor configuration*** to enable it.

### Prompt for MFA before going offline

In ***Administration – System Settings – Application – Cache/Offline – Offline***, check ***Prompt for MFA before going offline*** to enable it.

### Force with group policies (GPOs)

We also have GPOs that could help you achieve your goal. An example is the ***Force multifactor authentication on the application login*** GPO.

%Root%\SOFTWARE\Policies\Devolutions\RemoteDesktopManager\ForceApplicationMFA

{% hint style="info" %}
For more information about the configuration, consult [Apply policies](https://docs.devolutions.net/rdm/kb/how-to-articles/group-policies/).
{% endhint %}

### See also

[Configure Multi-factor-authentification in Remote Desktop Manager](https://academy.devolutions.net/student/page/2745736-configure-multi-factor-authentification-in-remote-desktop-manager?sid=0f0733ff-8de4-4635-ac83-90f1daa01670\&sid_i=4)


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/how-to-articles/enable-mfa-for-users.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
