Azure AD Application Proxy & Windows Application executables

Leo Johnson 151 Reputation points
2021-02-07T17:20:54.107+00:00

Hi y'all,

At the moment I'm doing my first experiences with Azure AD Application Proxy.

Question: Is it possible to provide Single Sign On and Conditional Access for traditional native client / server applications?
Our company has about 10 pretty old Windows applications (Active Directory authenticated) and connected to a server.

Would Azure AD Application Proxy be a solution for this kind of applications or is this not possible at all?

Web Apps are working great. So my question is only for the Windows Application executables.

Windows for business Windows Client for IT Pros Devices and deployment Configure application groups
Microsoft Security Microsoft Entra Microsoft Entra ID
{count} votes

Accepted answer
  1. Siva-kumar-selvaraj 15,721 Reputation points
    2021-02-09T19:08:29.583+00:00

    Hello @Leo Johnson ,

    You can use Azure Active Directory Application Proxy to publish web apps, but it also can be used to publish native client applications that are configured with the Microsoft Authentication Library (MSAL).

    66024-image.png

    To publish native applications, use the Microsoft Authentication Library, which takes care of authentication and supports many client environments. Application Proxy fits into the Desktop app that calls a web API on behalf of a signed-in user scenario.

    This article walks you through the four steps to publish a native application with Application Proxy and the Azure AD Authentication Library.

    https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/application-proxy-configure-native-client-application

    --------------------------------------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.