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
This article helps you generate and extract VPN client profile configuration files. Client profile configuration files contain information that's used to configure your VPN client. The sections in this article explain the information needed to configure the Azure VPN Client profile for Azure VPN Gateway point-to-site configurations that use Microsoft Entra authentication.
15
15
16
-
## <aname="generate"></a>Generate profile files
17
-
18
-
You can generate VPN client profile configuration files either with PowerShell, or the Azure portal. Either method returns the same zip file.
19
-
20
-
### Portal
21
-
22
-
1. In the Azure portal, go to the virtual network gateway for the virtual network that you want to connect to.
23
-
1. On the virtual network gateway page, select **Point-to-site configuration**.
24
-
1. At the top of the point-to-site configuration page, select **Download VPN client**. It takes a few minutes for the client configuration package to generate.
25
-
1. Your browser indicates that a client configuration zip file is available. It's named the same name as your gateway. Unzip the file to view the folders.
26
-
27
-
### PowerShell
28
-
29
-
To generate using PowerShell, you can use the following example:
30
-
31
-
1. When generating VPN client configuration files, the value for '-AuthenticationMethod' is 'EapTls'. Generate the VPN client configuration files using the following command:
1. Copy the URL to your browser to download the zip file, then unzip the file to view the folders.
40
-
41
-
## <aname="extract"></a>Extract the zip file
42
-
43
-
Extract the zip file. The file contains the following folders:
44
-
45
-
***AzureVPN**: The AzureVPN folder contains the **Azurevpnconfig.xml** file that is used to configure the Azure VPN Client.
46
-
***Generic**: The generic folder contains the public server certificate and the VpnSettings.xml file. The VpnSettings.xml file contains information needed to configure a generic client
47
-
48
-
## <aname="get"></a>Retrieve file information
49
-
50
-
In the **AzureVPN** folder, go to the ***azurevpnconfig.xml*** file and open it with Notepad. Make a note of the text between the following tags. This information is used later when configuring the Azure VPN Client.
51
-
52
-
```
53
-
<audience> </audience>
54
-
<issuer> </issuer>
55
-
<tenant> </tenant>
56
-
<fqdn> </fqdn>
57
-
<serversecret> </serversecret>
58
-
```
59
-
60
-
## <aname="details"></a>Profile details
61
-
62
-
When you add a connection, use the information you collected in the previous step for the profile details page. The fields correspond to the following information:
63
-
64
-
***Audience:** Identifies the recipient resource the token is intended for.
65
-
***Issuer:** Identifies the Security Token Service (STS) that emitted the token, and the Microsoft Entra tenant.
66
-
***Tenant:** Contains an immutable, unique identifier of the directory tenant that issued the token.
67
-
***FQDN:** The fully qualified domain name (FQDN) on the Azure VPN gateway.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/openvpn-azure-ad-tenant.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,6 @@ If you already have an existing P2S gateway, the steps in this article help you
38
38
39
39
## Authorize the Azure VPN application
40
40
41
-
### Authorize the application
42
-
43
41
[!INCLUDE [Steps to authorize the Azure VPN app](../../includes/vpn-gateway-vwan-azure-ad-tenant.md)]
44
42
45
43
## <aname="enable-authentication"></a>Configure the VPN gateway - Entra authentication
@@ -92,4 +90,4 @@ In this section, you generate and download the Azure VPN Client profile configur
92
90
## Next steps
93
91
94
92
* To connect to your virtual network, you must configure the Azure VPN client on your client computers. See [Configure a VPN client for P2S VPN connections](openvpn-azure-ad-client.md).
95
-
* For frequently asked questions, see the **Point-to-site** section of the [VPN Gateway FAQ](vpn-gateway-vpn-faq.md#P2S).
93
+
* For frequently asked questions, see the **Point-to-site** section of the [VPN Gateway FAQ](vpn-gateway-vpn-faq.md#P2S).
Extract the zip file. The file contains the following folders:
25
+
26
+
***AzureVPN**: The AzureVPN folder contains the **Azurevpnconfig.xml** file that is used to configure the Azure VPN Client.
27
+
***Generic**: The generic folder contains the public server certificate and the VpnSettings.xml file. The VpnSettings.xml file contains information needed to configure a generic client
28
+
29
+
## <aname="get"></a>Retrieve file information
30
+
31
+
In the **AzureVPN** folder, go to the ***azurevpnconfig.xml*** file and open it with Notepad. Make a note of the text between the following tags. This information is used later when configuring the Azure VPN Client.
32
+
33
+
```
34
+
<audience> </audience>
35
+
<issuer> </issuer>
36
+
<tenant> </tenant>
37
+
<fqdn> </fqdn>
38
+
<serversecret> </serversecret>
39
+
```
40
+
41
+
## <aname="details"></a>Profile details
42
+
43
+
When you add a connection, use the information you collected in the previous step for the profile details page. The fields correspond to the following information:
44
+
45
+
***Audience:** Identifies the recipient resource the token is intended for.
46
+
***Issuer:** Identifies the Security Token Service (STS) that emitted the token, and the Microsoft Entra tenant.
47
+
***Tenant:** Contains an immutable, unique identifier of the directory tenant that issued the token.
48
+
***FQDN:** The fully qualified domain name (FQDN) on the Azure VPN gateway.
0 commit comments