You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-wan/point-to-site-entra-gateway.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Configure P2S User VPN for Microsoft Entra ID authentication: Microsoft-registered client'
2
+
title: Configure P2S User VPN for Microsoft Entra ID authentication - Microsoft-registered client
3
3
titleSuffix: Azure Virtual WAN
4
4
description: Learn how to configure Virtual WAN P2S User VPN server settings for Microsoft Entra ID authentication using Microsoft-registered Azure VPN Client.
5
5
services: virtual-wan
@@ -73,7 +73,7 @@ A User VPN configuration defines the parameters for connecting remote clients. I
73
73
:::image type="content" source="./media/virtual-wan-point-to-site-azure-ad/values.png" alt-text="Screenshot of the Microsoft Entra ID page." lightbox="./media/virtual-wan-point-to-site-azure-ad/values.png"::: Configure the following values:
74
74
75
75
***Azure Active Directory** - Select **Yes**.
76
-
***Audience** - Enter the corresponding value for the Microsoft-registered Azure VPN Client App ID, Azure Public: `c632b3df-fb67-4d84-bdcf-b95ad541b5c8`. [Custom audience](../vpn-gateway/point-to-site-entra-register-custom-app.md) is also supported for this field.
76
+
***Audience** - Enter the corresponding value for the Microsoft-registered Azure VPN Client App ID, Azure Public: `c632b3df-fb67-4d84-bdcf-b95ad541b5c8`. [Custom audience](point-to-site-entra-register-custom-app.md) is also supported for this field.
77
77
***Issuer** - Enter `https://sts.windows.net/<your Directory ID>/`.
78
78
***AAD Tenant** - Enter the TenantID for the Microsoft Entra tenant. Make sure there isn't an `/` at the end of the Microsoft Entra tenant URL.
@@ -43,7 +43,7 @@ When you configure your P2S gateway for certificate authentication, you upload t
43
43
44
44
To authenticate, each client that connects must have an installed client certificate that's generated from the trusted root certificate. This is in addition to VPN client software. The validation of the client certificate is performed by the VPN gateway and happens during establishment of the P2S VPN connection.
At a high level, you need to perform the following steps to configure Certificate authentication:
49
49
@@ -53,13 +53,13 @@ At a high level, you need to perform the following steps to configure Certificat
53
53
1. Configure the VPN client on the client computer using the settings found in the VPN profile configuration package.
54
54
1. Connect.
55
55
56
-
### <aname='entra-id'></a>Microsoft Entra ID authentication
56
+
### <aname="entra-id"></a>Microsoft Entra ID authentication
57
57
58
58
You can configure your P2S gateway to allow VPN users to authenticate using Microsoft Entra ID credentials. With Microsoft Entra ID authentication, you can use Microsoft Entra Conditional Access and multifactor authentication (MFA) features for VPN. Microsoft Entra ID authentication is supported only for the OpenVPN protocol. To authenticate and connect, clients must use the Azure VPN Client.
59
59
60
60
[!INCLUDE [entra app id descriptions](../../includes/vpn-gateway-entra-app-id-descriptions.md)]
61
61
62
-
#### <aname='entra-workflow'></a>Microsoft Entra ID authentication workflow
62
+
#### <aname="entra-workflow"></a>Microsoft Entra ID authentication workflow
63
63
64
64
At a high level, you need to perform the following steps to configure Microsoft Entra ID authentication:
65
65
@@ -69,7 +69,7 @@ At a high level, you need to perform the following steps to configure Microsoft
69
69
1. Download, install, and configure the Azure VPN Client on the client computer.
70
70
1. Connect.
71
71
72
-
### <aname='active-directory'></a>RADIUS - Active Directory (AD) Domain Server authentication
72
+
### <aname="active-directory"></a>RADIUS - Active Directory (AD) Domain Server authentication
73
73
74
74
AD Domain authentication allows users to connect to Azure using their organization domain credentials. It requires a RADIUS server that integrates with the AD server. Organizations can also use their existing RADIUS deployment.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/point-to-site-entra-vpn-client-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Configure Azure VPN Client - Microsoft Entra ID authentication - Linux'
2
+
title: Configure Azure VPN Client - Microsoft Entra ID authentication - Linux
3
3
description: Learn how to configure the Linux Azure VPN Client for Microsoft Entra ID authentication for gateways configured to use the Microsoft-registered Azure VPN Client App ID.
Copy file name to clipboardExpand all lines: includes/vpn-gateway-entra-app-id-descriptions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
author: cherylmc
3
3
ms.author: cherylmc
4
-
ms.date: 08/06/2024
4
+
ms.date: 01/16/2025
5
5
ms.service: azure-vpn-gateway
6
6
ms.custom: linux-related-content
7
7
ms.topic: include
@@ -14,17 +14,17 @@ When possible, we recommend that you configure new P2S gateways using the Micros
14
14
15
15
If you have an existing P2S gateway that you want to update to use a new Audience value, see [Change Audience for a P2S VPN gateway](../articles/vpn-gateway/point-to-site-entra-gateway-update.md). If you want to create or modify a custom Audience value, see [Create a custom audience app ID for P2S VPN](../articles/vpn-gateway/point-to-site-entra-register-custom-app.md). If you want to configure or restrict access to P2S based on users and groups, see [Scenario: Configure P2S VPN access based on users and groups](../articles/vpn-gateway/point-to-site-entra-users-access.md).
16
16
17
-
**Considerations and limitations**
17
+
**Considerations**
18
18
19
19
* A P2S VPN gateway can only support one Audience value. It can't support multiple Audience values simultaneously.
20
20
21
21
* At this time, the newer Microsoft-registered App ID doesn't support as many Audience values as the older, manually registered app. If you need an Audience value for anything other than Azure Public or Custom, use the older manually registered method and values.
22
22
23
-
* The Azure VPN Client for Linux isn't backward compatible with P2S gateways configured to use the older Audience values that align with the manually registered app. The Azure VPN Client for Linux does support Custom Audience values.
23
+
* The Azure VPN Client for Linux isn't backward compatible with P2S gateways configured to use the older Audience values that align with the manually registered app. However, the Azure VPN Client for Linux does support Custom Audience values.
* The Azure VPN Client for macOS and Windows is backward compatible with P2S gateways configured to use the older Audience values that align with the manually registered app. You can also use Custom Audience values with these clients.
27
+
* The Azure VPN Clients for macOS and Windows are backward compatible with P2S gateways configured to use the older Audience values that align with the manually registered app. These clients also support Custom Audience values.
0 commit comments