Skip to content

Commit 64c7e05

Browse files
authored
Merge pull request #58058 from barbkess/2018-11-14a
TLS requirements
2 parents aedbc1e + c0e8630 commit 64c7e05

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

articles/active-directory/manage-apps/application-proxy-enable.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,34 +5,50 @@ services: active-directory
55
documentationcenter: ''
66
author: barbkess
77
manager: mtillman
8-
98
ms.service: active-directory
109
ms.component: app-mgmt
1110
ms.workload: identity
12-
ms.tgt_pltfrm: na
13-
ms.devlang: na
1411
ms.topic: conceptual
15-
ms.date: 06/26/2018
12+
ms.date: 11/14/2018
1613
ms.author: barbkess
1714
ms.reviewer: japere
1815
ms.custom: it-pro
1916

2017
---
2118

2219
# 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).
2421

2522
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).
2623

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+
* An application 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:
34+
35+
1. Set the following registry keys:
36+
37+
```
38+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
39+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001
40+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319] "SchUseStrongCrypto"=dword:00000001
41+
```
42+
43+
2. Restart the server
44+
45+
For single sign-on to applications that use 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).
2950
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.
3451
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.
3652
3753
## Open your ports
3854

0 commit comments

Comments
 (0)