Jump to content
  • entries
    142
  • comments
    0
  • views
    87607

Azure AD | Secure Web Application Publishing


proximagr

1326 views

 Share

Azure AD | Secure Web Application Publishing
ActiveDirecotry2-300x122.pngApplication Publishing
Azure Active Directory Application Proxy is a very easy and secure way for web application publishing using the extremely secure Azure AD authentication mechanism. There are a tone of features, like SSO and 2 Factor Authentication. But lets see the basic here. You have a web application that you are using internal to your network, not even https, or you have developed a web application and you want an easy and safe way to publish it without having to wary about authentication or VPN. Use the Azure AD Application Proxy following the following simple steps.
For this example I have used a Windows Server 2016 with IIS and the SugarCRM application using the IIS Web Platform Installer. The internal link is http://appproxy01/sugarcrm/that opens the SugarCRM login page.
img_5898f833a90f8.png Lets start
Navigate to Azure Portal and go to Azure Active Directory. Mind that Azure Active Directory Basic or Premium license is required. You can start a trial Azure AD Premium or Enterprise Mobility Suite E3 that includes Azure AD Premium.
Fist of all you need to enable Application proxy. Select Enterprise applications –> Application proxy and click Enable & Download the connector clicking the “Connector” link.
img_5898f4679e568.png
Next, install the connector to the web server or to an other domain member server. It requires Windows Server 2012 R2.
img_5898f5aba2c28.png
At the installation process it will ask to login with an Azure AD account that has access to publish applications.
Once installed, Run the Connector Troubleshooter to verify that the connector will run properly.
img_5898f67a5df7c.png
After the successful installation,back to the Azure Portal the server FQDN and the Public IP will appear under the Default Connector.
img_5898f6d95c340.png
Now it is time to publish the application. Go to “All applications” –> +ADD –> On-premises application.
img_5898f87a27f13.png
Give a name, the internal Url that is used to access the application at your local network and press Add. Note the External URL.
img_5898f906ddb76.png
The next step is to assign users. Following the quick steps, press “Assign a user for testing”
img_5898f9c30b9fa.png
an add at least a user and you are ready to test the application.
img_5898fa32159c1.png Now lets test the published application
Open your favorite browser and navigate the the External URL. You will be navigated to the Microsoft online service logon page. Once authenticated with your Azure AD account the SugarCRM login page will be served.
img_5898fc0114ff3.png
This is the simplest way to publish a web application without having to wary for Authentication and Security.
Of course if the application supports active directory authentication then it is very easy to setup SSO, but we will analyze that at the next post.

 Share

0 Comments


Recommended Comments

There are no comments to display.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...