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/active-directory/manage-apps/application-proxy-enable.md
+28-12Lines changed: 28 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,34 +5,50 @@ services: active-directory
5
5
documentationcenter: ''
6
6
author: barbkess
7
7
manager: mtillman
8
-
9
8
ms.service: active-directory
10
9
ms.component: app-mgmt
11
10
ms.workload: identity
12
-
ms.tgt_pltfrm: na
13
-
ms.devlang: na
14
11
ms.topic: conceptual
15
-
ms.date: 06/26/2018
12
+
ms.date: 11/14/2018
16
13
ms.author: barbkess
17
14
ms.reviewer: japere
18
15
ms.custom: it-pro
19
16
20
17
---
21
18
22
19
# Get started with Application Proxy and install the connector
23
-
This article walks you through the steps to enable Microsoft Azure AD Application Proxy for your cloud directory in Azure AD.
20
+
This article walks you through the steps to enable Application Proxy in Azure Active Directory (Azure AD).
24
21
25
22
If you're not yet aware of the security and productivity benefits Application Proxy brings to your organization, learn more about [How to provide secure remote access to on-premises applications](application-proxy.md).
26
23
27
-
## Application Proxy prerequisites
28
-
Before you can enable and use Application Proxy services, you need to have:
24
+
## Prerequisites
25
+
To enable Application Proxy, you need:
26
+
27
+
* A [Microsoft Azure AD basic or premium subscription](https://azure.microsoft.com/pricing/details/active-directory).
28
+
* A global administrator account.
29
+
30
+
### Windows server
31
+
You need a server running Windows Server 2012 R2 or later on which you can install the Application Proxy connector. The server needs to connect to the Application Proxy services in Azure, and the on-premises applications that you are publishing.
32
+
33
+
The windows server needs to have TLS 1.2 enabled before you install the Application Proxy connector. Existing connectors with versions below 1.5.612.0 will continue to work on prior versions of TLS until further notice. To enable TLS 1.2:
For single sign-on to applications that use Integrated Windows Authentication and Kerberos Contrained Delegation (KCD), the Windows server and the applications you are publishing need to be in the same Active Directory domain. For more information, see [KCD for single sign-on with Application Proxy](application-proxy-configure-single-sign-on-with-kcd.md).
46
+
47
+
### Proxy servers
48
+
49
+
If your organization uses proxy servers to connect to the internet, you need to configure them for Application Proxy. For more information, see [Work with existing on-premises proxy servers](application-proxy-configure-connectors-with-proxy-servers.md).
29
50
30
-
* A [Microsoft Azure AD basic or premium subscription](../fundamentals/active-directory-whatis.md) and an Azure AD directory for which you are a global administrator.
31
-
* A server running Windows Server 2012 R2 or 2016, on which you can install the Application Proxy Connector. The server needs to be able to connect to the Application Proxy services in the cloud, and the on-premises applications that you are publishing.
32
-
* For single sign-on to your published applications using Kerberos Constrained Delegation, this machine should be domain-joined in the same AD domain as the applications that you are publishing. For information, see [KCD for single sign-on with Application Proxy](application-proxy-configure-single-sign-on-with-kcd.md).
33
-
* TLS 1.2 running on the underlying operating system. To change to TLS 1.2, follow the steps in [Enable TLS 1.2](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-connect-install-prerequisites#enable-tls-12-for-azure-ad-connect). While the content is for Azure AD Connect, this procedure is the same for all .NET clients.
34
51
35
-
If your organization uses proxy servers to connect to the internet, read [Work with existing on-premises proxy servers](application-proxy-configure-connectors-with-proxy-servers.md) for details on how to configure them before you get started with Application Proxy.
0 commit comments