# Enabling MFA

You can enable multi-factor authentication (MFA) in Parallels DaaS using Microsoft Entra ID (Azure AD). When users sign up to Parallels DaaS User Portal, they will be prompted to complete MFA. For additional security, Parallels DaaS assigns users to virtual machines “just in time”, thus preventing unauthorized access.

{% hint style="info" %}
**Note:** Conditional access requires a Microsoft Azure P1 license. For most organizations, this will be included in your Microsoft 365 E3 or Microsoft Business premium licenses.
{% endhint %}

To enable MFA in Microsoft Entra ID:

1. Navigate to the Microsoft Azure portal at <https://portal.azure.com>.
2. Go to **Microsoft Entra Conditional Access**.

<figure><img src="/files/aXX5u2MU000ER9FSb6H1" alt=""><figcaption></figcaption></figure>

3. Select **Create new policy.**

<figure><img src="/files/JJaK59k2ku82lFHMCitC" alt=""><figcaption></figcaption></figure>

4. Specify a name and assign the policy to a group of users. Its recommended to test the effects of the policies on a limited set of users before enabling it for all users.
5. Set **Target resources** to include your Parallels DaaS app registration (or all cloud apps) and exclude **Azure Windows VM Sign-In**.  (It might be visible under other names such as: *Microsoft Azure Windows Virtual Machine Sign-in*, but can always be found using the GUID: 372140e0-b3b7-4226-8ef9-d57986796201)

<figure><img src="/files/BGWt0kv32vFm6hGKDFRK" alt=""><figcaption></figcaption></figure>

6. Go to **Grant**, and select **Grant Access**.
7. Enable **Require multifactor authentication**.
8. Choose **Select**.

<figure><img src="/files/YI40GF3idjPOCqW7mxTN" alt=""><figcaption></figcaption></figure>

7. Enable the policy and click **Create**.

<figure><img src="/files/x8zU32D6HMkozzmDE9YI" alt=""><figcaption></figcaption></figure>

Depending on your organization's preferences, policies can be tailored to your specific needs.


---

# Agent Instructions: 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.parallels.com/landing/daas-guides/daas-administrators-guide/common-management-tasks/enabling-mfa.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.
