Integrating on-premises apps using Azure AD Application Proxy
In the previous sections, we went through the planning process of discovering and identifying applications that can be migrated to Azure AD for SSO. In this section, you will learn how to configure Azure AD Application Proxy to migrate on-premises applications to Azure AD for authentication and SSO. Azure AD Application Proxy provides integration between Azure AD and the on-premises application and the authentication settings in Windows Active Directory. The following diagram shows how Azure AD Application Proxy works. The difference between Azure AD Application Proxy and the hybrid identity architecture of Azure AD Connect is that this is a single registration for a single on-premises application. Rather than having a synchronization between Windows AD and Azure AD for authentication and authorization, the Azure AD Application Proxy service is used to pass the credentials to Azure AD for the user to authenticate. The Application...