Skip to content

Commit 0cc7db4

Browse files
Merge pull request #287250 from cherylmc/VWAN-MFA
VPN Gateway and Virtual WAN Audience ID values
2 parents 2aaa495 + 5a85624 commit 0cc7db4

6 files changed

+20
-11
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ titleSuffix: Azure Virtual WAN
55
author: cherylmc
66
ms.service: azure-virtual-wan
77
ms.topic: how-to
8-
ms.date: 11/21/2023
8+
ms.date: 09/24/2024
99
ms.author: cherylmc
1010

11+
#Note that Audience values are not sensitive data.
1112
---
1213

1314
# Configure a Microsoft Entra tenant for P2S User VPN OpenVPN protocol connections

articles/virtual-wan/virtual-wan-point-to-site-azure-ad.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ author: cherylmc
77

88
ms.service: azure-virtual-wan
99
ms.topic: how-to
10-
ms.date: 11/21/2023
10+
ms.date: 09/24/2024
1111
ms.author: cherylmc
1212

13+
#Audience ID values are not sensitive data.
14+
1315
---
1416
# Create a P2S User VPN connection using Azure Virtual WAN - Microsoft Entra authentication
1517

@@ -68,14 +70,14 @@ A User VPN configuration defines the parameters for connecting remote clients. I
6870

6971
Toggle **Microsoft Entra ID** to **Yes** and supply the following values based on your tenant details. You can view the necessary values on the Microsoft Entra ID page for Enterprise applications in the portal.
7072
* **Authentication method** - Select Microsoft Entra ID.
71-
* **Audience** - Type in the Application ID of the [Azure VPN](openvpn-azure-ad-tenant.md) Enterprise Application registered in your Microsoft Entra tenant.
73+
* **Audience** - Type the Application ID of the Azure VPN Client Enterprise Application registered in your Microsoft Entra tenant. For values, see: [Azure VPN Client Audience values](openvpn-azure-ad-tenant.md)
7274
* **Issuer** - `https://sts.windows.net/<your Directory ID>/`
73-
* **Microsoft Entra tenant:** TenantID for the Microsoft Entra tenant. Make sure there is no `/` at the end of the Microsoft Entra tenant URL.
75+
* **Microsoft Entra tenant:** TenantID for the Microsoft Entra tenant. Make sure there is no `/` at the end of the Microsoft Entra tenant URL.
7476

75-
* Enter `https://login.microsoftonline.com/{AzureAD TenantID}` for Azure Public AD
76-
* Enter `https://login.microsoftonline.us/{AzureAD TenantID}` for Azure Government AD
77-
* Enter `https://login-us.microsoftonline.de/{AzureAD TenantID}` for Azure Germany AD
78-
* Enter `https://login.chinacloudapi.cn/{AzureAD TenantID}` for China 21Vianet AD
77+
* Enter `https://login.microsoftonline.com/<your Directory Tenant ID>` for Azure Public AD
78+
* Enter `https://login.microsoftonline.us/<your Directory Tenant ID>` for Azure Government AD
79+
* Enter `https://login-us.microsoftonline.de/<your Directory Tenant ID>` for Azure Germany AD
80+
* Enter `https://login.chinacloudapi.cn/<your Directory Tenant ID>` for China 21Vianet AD
7981

8082
1. Click **Create** to create the User VPN configuration. You'll select this configuration later in the exercise.
8183

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ms.topic: how-to
88
ms.date: 08/14/2024
99
ms.author: cherylmc
1010

11+
#Note that Audience values are not sensitive data.
12+
1113
---
1214

1315
# Configure P2S VPN Gateway for Microsoft Entra ID authentication – manually registered app

includes/vpn-gateway-custom-audience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ In this section, you associate the Microsoft-registered Azure VPN Client applica
6969
On the **Overview** page for your application, make a note of the following values that you need when you configure your point-to-site VPN gateway for Microsoft Entra ID authentication.
7070

7171
* Application (client) ID: This is the custom Audience ID that you use for the **Audience** field when you configure your P2S VPN gateway.
72-
* Directory (tenent) ID: This value is part of the value required for the **Tenant** and **Issuer** field for the P2S VPN gateway.
72+
* Directory (tenant) ID: This value is part of the value required for the **Tenant** and **Issuer** field for the P2S VPN gateway.

includes/vpn-gateway-entra-app-id-descriptions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When possible, we recommend that you configure new P2S gateways using the Micros
1414

1515
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).
1616

17-
Considerations and limitations:
17+
**Considerations and limitations**
1818

1919
* A P2S VPN gateway can only support one Audience value. It can't support multiple Audience values simultaneously.
2020

@@ -26,6 +26,8 @@ Considerations and limitations:
2626

2727
* 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.
2828

29+
**Azure VPN Client Audience values**
30+
2931
The following table shows the versions of the Azure VPN Client that are supported for each App ID and the corresponding available Audience values.
3032

3133
[!INCLUDE [About the Microsoft-registered Azure VPN Client](vpn-gateway-entra-audience-values.md)]

includes/vpn-gateway-vwan-azure-ad-tenant.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
author: cherylmc
33
ms.service: azure-vpn-gateway
44
ms.topic: include
5-
ms.date: 07/13/2022
5+
ms.date: 09/24/2024
66
ms.author: cherylmc
7+
8+
#Note that Audience values are not sensitive data.
79
---
810
1. Sign in to the Azure portal as a user that is assigned the **Global administrator** role.
911

0 commit comments

Comments
 (0)