Skip to content

Commit 3a947bc

Browse files
authored
Merge pull request #95189 from cherylmc/vpntoc
update
2 parents b2c5913 + dab9fa9 commit 3a947bc

File tree

3 files changed

+23
-15
lines changed

3 files changed

+23
-15
lines changed

articles/vpn-gateway/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,18 @@
134134
href: point-to-site-vpn-client-configuration-radius.md
135135
- name: Integrate P2S VPN RADIUS authentication with NPS server
136136
href: vpn-gateway-radiuis-mfa-nsp.md
137+
- name: Azure AD authentication
138+
items:
139+
- name: Configure a tenant
140+
href: openvpn-azure-ad-tenant.md
141+
- name: Configure a VPN client
142+
href: openvpn-azure-ad-client.md
137143
- name: OpenVPN
138144
items:
139145
- name: Configure OpenVPN for Point-to-Site connections
140146
href: vpn-gateway-howto-openvpn.md
141147
- name: Configure OpenVPN clients
142148
href: vpn-gateway-howto-openvpn-clients.md
143-
- name: Open VPN - Azure Active Directory Authentication
144-
items:
145-
- name: Configure an Azure AD tenant
146-
href: openvpn-azure-ad-tenant.md
147-
- name: Configure a VPN client - Azure AD
148-
href: openvpn-azure-ad-client.md
149149
- name: Transition to a public CA gateway certificate for P2S
150150
href: vpn-gateway-point-to-site-gateway-public-ca.md
151151
- name: Configure an Always On VPN device tunnel

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
---
2-
title: 'Configure a VPN client for P2S VPN connections: Azure AD authentication| Microsoft Docs'
2+
title: 'Configure a VPN client for OpenVPN protocol P2S connections: Azure AD authentication| Microsoft Docs'
33
description: You can use P2S VPN to connect to your VNet using Azure AD authentication
44
services: vpn-gateway
5-
author: cherylmc
5+
author: anzaman
66

77
ms.service: vpn-gateway
88
ms.topic: conceptual
9-
ms.date: 10/08/2019
10-
ms.author: cherylmc
9+
ms.date: 11/07/2019
10+
ms.author: alzam
1111

1212
---
13-
# Configure a VPN client for P2S VPN connections: Azure AD authentication (Preview)
13+
# Configure a VPN client for P2S OpenVPN protocol connections: Azure AD authentication (Preview)
1414

1515
This article helps you configure a VPN client to connect to a virtual network using Point-to-Site VPN and Azure Active Directory authentication. Before you can connect and authenticate using Azure AD, you must first configure your Azure AD tenant. For more information, see [Configure an Azure AD tenant](openvpn-azure-ad-tenant.md).
1616

17+
> [!NOTE]
18+
> Azure AD authentication is supported only for OpenVPN® protocol connections.
19+
>
20+
1721
## <a name="profile"></a>Working with client profiles
1822

1923
To connect, you need to [download](https://www.microsoft.com/p/azure-vpn-client-preview/9np355qt2sqb?rtc=1&activetab=pivot:overviewtab) the Azure VPN CLient and configure a VPN client profile on every computer that wants to connect to the VNet. You can create a client profile on a computer, export it, and then import it to additional computers.

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
title: 'Create an Azure Active Directory tenant for P2S VPN connections: Azure AD authentication| Microsoft Docs'
33
description: You can use P2S VPN to connect to your VNet using Azure AD authentication
44
services: vpn-gateway
5-
author: cherylmc
5+
author: anzaman
66

77
ms.service: vpn-gateway
88
ms.topic: conceptual
9-
ms.date: 10/08/2019
10-
ms.author: cherylmc
9+
ms.date: 11/07/2019
10+
ms.author: alzam
1111

1212
---
13-
# Create an Azure Active Directory tenant for P2S Open VPN connections that use Azure AD authentication
13+
# Create an Azure Active Directory tenant for P2S OpenVPN protocol connections
1414

1515
When connecting to your VNet, you can use certificate-based authentication or RADIUS authentication. However, when you use the Open VPN protocol, you can also use Azure Active Directory authentication. This article helps you set up an Azure AD tenant for P2S Open VPN authentication.
1616

17+
> [!NOTE]
18+
> Azure AD authentication is supported only for OpenVPN® protocol connections.
19+
>
20+
1721
## <a name="tenant"></a>1. Create the Azure AD tenant
1822

1923
Create an Azure AD tenant using the steps in the [Create a new tenant](../active-directory/fundamentals/active-directory-access-create-new-tenant.md) article:

0 commit comments

Comments
 (0)