Skip to content

Commit dbef0eb

Browse files
committed
Freshness review
1 parent 5a85624 commit dbef0eb

File tree

14 files changed

+52
-81
lines changed

14 files changed

+52
-81
lines changed

articles/virtual-wan/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,13 +204,13 @@
204204
href: virtual-wan-point-to-site-powershell.md
205205
- name: Generate self-signed certificates
206206
href: certificates-point-to-site.md
207-
- name: Microsoft Entra authentication
207+
- name: Microsoft Entra ID authentication
208208
items:
209209
- name: Configure a P2S VPN
210210
href: virtual-wan-point-to-site-azure-ad.md
211211
- name: Configure a tenant
212212
href: openvpn-azure-ad-tenant.md
213-
- name: Configure Multi-Factor Authentication(MFA)
213+
- name: Configure multifactor authentication (MFA)
214214
href: openvpn-azure-ad-mfa.md
215215
- name: P2S client configuration
216216
items:

articles/virtual-wan/openvpn-azure-ad-mfa.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
2-
title: 'Enable MFA for VPN users by using Microsoft Entra authentication'
2+
title: 'Enable MFA for VPN users: Microsoft Entra ID authentication'
33
description: Learn how to enable Microsoft Entra multifactor authentication (MFA) for VPN users by using Microsoft Entra authentication.
44
services: virtual-wan
55
author: cherylmc
6-
76
ms.service: azure-virtual-wan
87
ms.topic: how-to
9-
ms.date: 08/23/2023
10-
ms.author: alzam
8+
ms.date: 09/24/2024
9+
ms.author: cherylmc
1110

1211
---
13-
# Enable Microsoft Entra multifactor authentication (MFA) for VPN users by using Microsoft Entra authentication
12+
# Enable multifactor authentication (MFA) for P2S VPN - Microsoft Entra ID authentication
1413

1514
[!INCLUDE [overview](../../includes/vpn-gateway-vwan-openvpn-enable-mfa-overview.md)]
1615

articles/vpn-gateway/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
href: point-to-site-entra-register-custom-app.md
196196
- name: Configure access based on users and groups
197197
href: point-to-site-entra-users-access.md
198-
- name: Configure Multi-Factor Authentication (MFA)
198+
- name: Configure multifactor authentication (MFA)
199199
href: openvpn-azure-ad-mfa.md
200200
- name: VPN client configuration
201201
items:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: 'Enable MFA for VPN users: Microsoft Entra ID authentication'
2+
title: 'Enable MFA for VPN users - Microsoft Entra ID authentication'
33
titleSuffix: Azure VPN Gateway
44
description: Learn how to enable multifactor authentication (MFA) for VPN users.
55
author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.topic: how-to
8-
ms.date: 05/15/2024
8+
ms.date: 09/24/2024
99
ms.author: cherylmc
1010

1111
---
12-
# Enable Microsoft Entra ID multifactor authentication (MFA) for VPN users
12+
# Enable Microsoft Entra ID multifactor authentication (MFA) for P2S VPN users
1313

1414
[!INCLUDE [overview](../../includes/vpn-gateway-vwan-openvpn-enable-mfa-overview.md)]
1515

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,36 @@
11
---
2-
title: include file
3-
description: include file
4-
services: vpn-gateway
5-
author: cherylmc
6-
ms.service: azure-vpn-gateway
7-
ms.topic: include
8-
ms.date: 08/23/2023
9-
ms.author: cherylmc
10-
ms.custom: include file
2+
ms.author: cherylmc
3+
author: cherylmc
4+
ms.date: 09/24/2024
5+
ms.service: azure-vpn-gateway
6+
ms.topic: include
117

128
# this file is used for both virtual wan and vpn gateway. When modifying, make sure that your changes work for both environments.
139
---
14-
Conditional Access allows for fine-grained access control on a per-application basis. In order to use Conditional Access, you should have Microsoft Entra ID P1 or P2 or greater licensing applied to the users that will be subject to the Conditional Access rules.
1510

16-
1. Navigate to the **Enterprise applications - All applications** page and click **Azure VPN**.
11+
Conditional Access allows for fine-grained access control on a per-application basis. In order to use Conditional Access, you should have Microsoft Entra ID P1 or P2 or greater licensing applied to the users that will be subject to the Conditional Access rules. For more information, see [What is Conditional Access](https://learn.microsoft.com/entra/identity/conditional-access/overview)?
12+
13+
1. Go to the **Microsoft Entra ID - Enterprise applications - All applications** page and click **Azure VPN**.
1714

1815
- Click **Conditional Access**.
1916
- Click **New policy** to open the **New** pane.
20-
2. On the **New** pane, navigate to **Assignments -> Users and groups**. On the **Users and groups ->** **Include** tab:
17+
1. On the **New** pane, navigate to **Assignments -> Users and groups**. On the **Users and groups ->** **Include** tab:
2118

2219
- Click **Select users and groups**.
2320
- Check **Users and groups**.
2421
- Click **Select** to select a group or set of users to be affected by MFA.
2522
- Click **Done**.
2623

27-
![Assignments](./media/vpn-gateway-vwan-openvpn-mfa/mfa-ca-assignments.png)
28-
3. On the **New** pane, navigate to the **Access controls -> Grant** pane:
24+
:::image type="content" source="./media/vpn-gateway-vwan-openvpn-mfa/mfa-ca-assignments.png" alt-text="Screenshot of assignments settings." lightbox="./media/vpn-gateway-vwan-openvpn-mfa/mfa-ca-assignments.png":::
25+
1. On the **New** pane, navigate to the **Access controls -> Grant** pane:
2926

3027
- Click **Grant access**.
3128
- Click **Require multi-factor authentication**.
3229
- Click **Require all the selected controls**.
3330
- Click **Select**.
34-
35-
![Grant access - MFA](./media/vpn-gateway-vwan-openvpn-mfa/mfa-ca-grant-mfa.png)
36-
4. In the **Enable policy** section:
3731

38-
- Select **On**.
39-
- Click **Create**.
32+
:::image type="content" source="./media/vpn-gateway-vwan-openvpn-mfa/mfa-ca-grant-mfa.png" alt-text="Screenshot of multifactor authentication access." lightbox="./media/vpn-gateway-vwan-openvpn-mfa/mfa-ca-grant-mfa.png":::
33+
1. In the **Enable policy** section:
4034

41-
![Enable Policy](./media/vpn-gateway-vwan-openvpn-mfa/mfa-ca-enable-policy.png)
35+
- Select **On**.
36+
- Click **Create** to create the policy.

0 commit comments

Comments
 (0)