Skip to content

Commit 1e38049

Browse files
authored
Merge pull request #206436 from cherylmc/aad-tenant
format
2 parents ac23910 + b7c5d03 commit 1e38049

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
href: vpn-gateway-radius-mfa-nsp.md
168168
- name: Azure AD authentication
169169
items:
170-
- name: Configure a tenant
170+
- name: Configure a P2S VPN and tenant
171171
href: openvpn-azure-ad-tenant.md
172172
- name: Configure a tenant with multiple client apps
173173
href: openvpn-azure-ad-tenant-multi-app.md
@@ -199,11 +199,11 @@
199199
items:
200200
- name: Certificate authentication clients
201201
items:
202-
- name: Windows clients
202+
- name: Windows
203203
href: point-to-site-vpn-client-cert-windows.md
204-
- name: macOS-iOS clients
204+
- name: macOS-iOS
205205
href: point-to-site-vpn-client-cert-mac.md
206-
- name: Linux clients
206+
- name: Linux
207207
href: point-to-site-vpn-client-cert-linux.md
208208
- name: Install client certificates
209209
href: point-to-site-how-to-vpn-client-install-azure-cert.md
@@ -215,13 +215,13 @@
215215
href: point-to-site-vpn-client-configuration-radius-password.md
216216
- name: Other authentication protocols
217217
href: point-to-site-vpn-client-configuration-radius-other.md
218-
- name: AAD authentication clients
218+
- name: Azure AD authentication clients
219219
items:
220-
- name: Windows client
220+
- name: Windows
221221
href: openvpn-azure-ad-client.md
222-
- name: macOS client
222+
- name: macOS
223223
href: openvpn-azure-ad-client-mac.md
224-
- name: Generate VPN client profile config files
224+
- name: Generate profile files - Azure AD
225225
href: about-vpn-profile-download.md
226226
- name: Intune - Deploy VPN client profile
227227
href: vpn-profile-intune.md

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: 'Configure Azure AD tenant for P2S VPN connections: Azure AD authentication-OpenVPN'
2+
title: 'Configure Azure AD tenant and settings for P2S VPN connections: Azure AD authentication: OpenVPN'
33
titleSuffix: Azure VPN Gateway
44
description: Learn how to set up an Azure AD tenant for P2S Azure AD authentication - OpenVPN protocol.
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 06/14/2022
8+
ms.date: 07/29/2022
99
ms.author: cherylmc
1010

1111
---
12-
# Configure an Azure AD tenant for P2S OpenVPN protocol connections
12+
# Configure an Azure AD tenant and P2S configuration for VPN Gateway P2S connections
1313

14-
When you connect to your VNet using the Azure VPN Gateway point-to-site VPN, you have a choice of which protocol to use. The protocol you use determines the authentication options that are available to you. If you're using the OpenVPN protocol, Azure Active Directory authentication is one of the authentication options available for you to use. This article helps you configure your AD tenant and P2S VPN gateway for Azure AD authentication. For more information about point-to-site protocols and authentication, see [About point-to-site VPN](point-to-site-about.md).
14+
This article helps you configure your AD tenant and P2S settings for Azure AD authentication. For more information about point-to-site protocols and authentication, see [About VPN Gateway point-to-site VPN](point-to-site-about.md). To authenticate using the Azure AD authentication type, you must include the OpenVPN tunnel type in your point-to-site configuration.
1515

1616
[!INCLUDE [OpenVPN note](../../includes/vpn-gateway-openvpn-auth-include.md)]
1717

@@ -38,7 +38,7 @@ Verify that you have an Azure AD tenant. If you don't have an Azure AD tenant, y
3838

3939
[!INCLUDE [Steps to enable the tenant](../../includes/vpn-gateway-vwan-azure-ad-tenant.md)]
4040

41-
### Configure P2S gateway settings
41+
### Configure point-to-site settings
4242

4343
1. Locate the tenant ID of the directory that you want to use for authentication. It's listed in the properties section of the Active Directory page. For help with finding your tenant ID, see [How to find your Azure Active Directory tenant ID](../active-directory/fundamentals/active-directory-how-to-find-tenant.md).
4444

@@ -47,7 +47,7 @@ Verify that you have an Azure AD tenant. If you don't have an Azure AD tenant, y
4747
> [!IMPORTANT]
4848
> The Basic SKU is not supported for OpenVPN.
4949
50-
1. Enable Azure AD authentication on the VPN gateway by navigating to **Point-to-site configuration** and picking **OpenVPN (SSL)** as the **Tunnel type**. Select **Azure Active Directory** as the **Authentication type**, then fill in the information under the **Azure Active Directory** section. Replace {AzureAD TenantID} with your tenant ID.
50+
1. Enable Azure AD authentication on the VPN gateway by going to **Point-to-site configuration** and picking **OpenVPN (SSL)** as the **Tunnel type**. Select **Azure Active Directory** as the **Authentication type**, then fill in the information under the **Azure Active Directory** section. Replace {AzureAD TenantID} with your tenant ID.
5151

5252
* **Tenant:** TenantID for the Azure AD tenant
5353

@@ -75,14 +75,16 @@ Verify that you have an Azure AD tenant. If you don't have an Azure AD tenant, y
7575
7676
1. Save your changes.
7777

78-
1. Create and download the profile by clicking on the **Download VPN client** link.
78+
1. At the top of the page, click **Download VPN client**. It takes a few minutes for the client configuration package to generate.
79+
80+
1. Your browser indicates that a client configuration zip file is available. It's named the same name as your gateway.
7981

8082
1. Extract the downloaded zip file.
8183

8284
1. Browse to the unzipped “AzureVPN” folder.
8385

84-
1. Make a note of the location of the “azurevpnconfig.xml” file. The azurevpnconfig.xml contains the setting for the VPN connection and can be imported directly into the Azure VPN Client application. You can also distribute this file to all the users that need to connect via e-mail or other means. The user will need valid Azure AD credentials to connect successfully.
86+
1. Make a note of the location of the “azurevpnconfig.xml” file. The azurevpnconfig.xml contains the setting for the VPN connection. You can also distribute this file to all the users that need to connect via e-mail or other means. The user will need valid Azure AD credentials to connect successfully. For more information, see [Azure VPN client profile config files for Azure AD authentication](about-vpn-profile-download.md).
8587

8688
## Next steps
8789

88-
Create and configure a VPN client profile. See [Configure a VPN client for P2S VPN connections](openvpn-azure-ad-client.md).
90+
* [Configure a VPN client for P2S VPN connections](openvpn-azure-ad-client.md).

0 commit comments

Comments
 (0)