Skip to content

Commit 7a83929

Browse files
Merge pull request #102112 from JackStromberg/patch-31
Adding support for conditional access
2 parents 5053594 + 7c20d4b commit 7a83929

File tree

5 files changed

+21
-11
lines changed

5 files changed

+21
-11
lines changed

articles/vpn-gateway/openvpn-azure-ad-mfa.md

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ ms.author: alzam
1212
---
1313
# Enable Azure Multi-Factor Authentication (MFA) for VPN users
1414

15-
If you want users to be prompted for a second factor of authentication before granting access, you can configure Azure Multi-Factor Authentication (MFA) for your Azure AD tenant. The steps in this article help you enable a requirement for two-step verification.
15+
If you want users to be prompted for a second factor of authentication before granting access, you can configure Azure Multi-Factor Authentication (MFA) on a per user basis or leverage Multi-Factor Authentication (MFA) via [Conditional Access](../active-directory/conditional-access/overview.md) for more fine-grained control. Configuring Multi-Factor Authentication per user can be enabled at no-additional cost, however when enabling MFA per user, the user will be prompted for second factor authentication against all applications tied to the Azure AD tenant. Conditional Access will allow finer grain control over how a second factor should be promoted and can allow assignment of MFA to only VPN and not other applications tied to the Azure AD tenant.
1616

17-
## <a name="prereq"></a>Prerequisite
17+
## <a name="enableauth"></a>Enable authentication
1818

19-
The prerequisite for this configuration is a configured Azure AD tenant using the steps in [Configure a tenant](openvpn-azure-ad-tenant.md).
19+
1. Navigate to **Azure Active Directory -> Enterprise applications -> All applications**.
20+
2. On the **Enterprise applications - All applications** page, select **Azure VPN**.
2021

21-
[!INCLUDE [MFA steps](../../includes/vpn-gateway-vwan-openvpn-azure-ad-mfa.md)]
22+
![Directory ID](../../includes/media/vpn-gateway-vwan-openvpn-azure-ad-mfa/user1.jpg)
2223

2324
## <a name="enablesign"></a> Configure sign-in settings
2425

@@ -30,6 +31,22 @@ On the **Azure VPN - Properties** page, configure sign-in settings.
3031

3132
![Permissions](./media/openvpn-azure-ad-mfa/user2.jpg)
3233

34+
## Option 1 - Enable Multi-Factor Authentication (MFA) via Conditional Access
35+
36+
Conditional Access allows for fine-grained access control on a per-application basis. Please note that to leverage Conditional Access, you should have Azure AD Premium 1 or greater licensing applied to the users that will be subject to the Conditional Access rules.
37+
38+
1. On the **Enterprise applications - All applications** page, select **Azure VPN**, select **Conditional Access**, and click **New policy**.
39+
2. Under Users and groups, on the *Include* tab check **Select users and groups**, check **Users and groups**, and select a group or set of users that should be subject for MFA. Click **Done**.
40+
![Assignments](../../includes/media/vpn-gateway-vwan-openvpn-azure-ad-mfa/mfa-ca-assignments.png)
41+
3. Under **Grant**, check **Grant access**, check **Require multi-factor authentication**, check **Require all the selected controls**, and click the **Select** button.
42+
![Grant access - MFA](../../includes/media/vpn-gateway-vwan-openvpn-azure-ad-mfa/mfa-ca-grant-mfa.png)
43+
4. Check **On** under **Enable policy** and click the **Create** button.
44+
![Enable Policy](../../includes/media/vpn-gateway-vwan-openvpn-azure-ad-mfa/mfa-ca-enable-policy.png)
45+
46+
## Option 2 - Enable Multi-Factor Authentication (MFA) per User
47+
48+
[!INCLUDE [MFA steps](../../includes/vpn-gateway-vwan-openvpn-azure-ad-mfa.md)]
49+
3350
## Next steps
3451

3552
To connect to your virtual network, you must create and configure a VPN client profile. See [Configure a VPN client for P2S VPN connections](openvpn-azure-ad-client.md).
177 KB
Loading
140 KB
Loading
195 KB
Loading

includes/vpn-gateway-vwan-openvpn-azure-ad-mfa.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,3 @@
2626
2. Select **Enable**.
2727

2828
![Select](./media/vpn-gateway-vwan-openvpn-azure-ad-mfa/mfa2.jpg)
29-
30-
## <a name="enableauth"></a>Enable authentication
31-
32-
1. Navigate to **Azure Active Directory -> Enterprise applications -> All applications**.
33-
2. On the **Enterprise applications - All applications** page, select **Azure VPN**.
34-
35-
![Directory ID](./media/vpn-gateway-vwan-openvpn-azure-ad-mfa/user1.jpg)

0 commit comments

Comments
 (0)