title | description | services | documentationcenter | author | manager | ms.assetid | ms.service | ms.workload | ms.tgt_pltfrm | ms.devlang | ms.topic | ms.date | ms.author | ms.reviewer | ms.custom |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Publish apps with Azure AD Application Proxy | Microsoft Docs |
Publish on-premises applications to the cloud with Azure AD Application Proxy in the Azure portal. |
active-directory |
kgremban |
femila |
d94ac3f4-cd33-4c51-9d19-544a528637d4 |
active-directory |
identity |
na |
na |
article |
07/23/2017 |
kgremban |
harshja |
it-pro |
[!div class="op_single_selector"]
Azure Active Directory (AD) Application Proxy helps you support remote workers by publishing on-premises applications to be accessed over the internet. You can publish these applications through the Azure portal to provide secure remote access from outside your network.
This article walks you through the steps to publish an on-premises app with Application Proxy. After you complete this article, your users will be able to access your app remotely. And you'll be ready to configure extra features for the application like single sign-on, personalized information, and security requirements.
If you're new to Application Proxy, learn more about this feature with the article How to provide secure remote access to on-premises applications.
Follow these steps to publish your apps with Application Proxy. If you haven't already downloaded and configured a connector for your organization, go to Get started with Application Proxy and install the connector first, and then publish your app.
Tip
If you're testing out Application Proxy for the first time, choose an application that's set up for password-based authentication. Application Proxy supports other types of authentication, but password-based apps are the easiest to get up and running quickly.
- Sign in as an administrator in the Azure portal.
- Select Azure Active Directory > Enterprise applications > New application.
- Select All, then select On-premises application.
-
Provide the following information about your application:
-
Name: The name of the application that will appear on the access panel and in the Azure portal.
-
Internal URL: The URL that you use to access the application from inside your private network. You can provide a specific path on the backend server to publish, while the rest of the server is unpublished. In this way, you can publish different sites on the same server as different apps, and give each one its own name and access rules.
[!TIP] If you publish a path, make sure that it includes all the necessary images, scripts, and style sheets for your application. For example, if your app is at https://yourapp/app and uses images located at https://yourapp/media, then you should publish https://yourapp/ as the path. This internal URL doesn't have to be the landing page your users see. For more information, see Set a custom home page for published apps.
-
External URL: The address your users will go to in order to access the app from outside your network. If you don't want to use the default Application Proxy domain, read about custom domains in Azure AD Application Proxy.
-
Pre Authentication: How Application Proxy verifies users before giving them access to your application.
- Azure Active Directory: Application Proxy redirects users to sign in with Azure AD, which authenticates their permissions for the directory and application. We recommend keeping this option as the default, so that you can take advantage of Azure AD security features like conditional access and Multi-Factor Authentication.
- Passthrough: Users don't have to authenticate against Azure Active Directory to access the application. You can still set up authentication requirements on the backend.
-
Connector Group: Connectors process the remote access to your application, and connector groups help you organize connectors and apps by region, network, or purpose. If you don't have any connector groups created yet, your app is assigned to Default.
-
-
If necessary, configure additional settings. For most applications, you should keep these settings in their default states.
- Backend Application Timeout: Set this value to Long only if your application is slow to authenticate and connect.
- Translate URLs in Headers: Keep this value as Yes unless your application required the original host header in the authentication request.
- Translate URLs in Application Body: Keep this value as No unless you have hardcoded HTML links to other on-premises applications, and don't use custom domains. For more information, see Link translation with Application Proxy.
-
Select Add.
To test that your app was published correctly, add a test user account. Verify that this account already has permissions to access the app from inside the corporate network.
- Back on the Quick start blade, select Assign a user for testing.
- On the Users and groups blade, select Add.
- On the Add assignment blade, select Users and groups then choose the account you want to add.
- Select Assign.
In your browser, navigate to the external URL that you configured during the publish step. You should see the start screen, and be able to sign in with the test account you set up.
-
Download connectors and create connector groups to publish applications on separate networks and locations.
-
Set up single sign-on for your newly published app