Enterprise app register

Moonlight 176 Reputation points
2021-11-09T06:24:44.423+00:00

Hi

I al ready register my app under Azure Enterprise app and it is working perfectly but i have one question:

when can i use Azure App register or Azure Application proxy?

what is the difference?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,618 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Clément BETACORNE 2,031 Reputation points
    2021-11-09T10:50:17.137+00:00

    Hello,

    Azure Application Proxy is ideal in these kinds of scenarios :

    1. You have a onpremise web application that you want to publish externally and you want to enforce the security via MFA
    2. You have a onpremise web application that you want your users to access externally but you don't want to give them a VPN access

    Note : It's also possible to combine both scenarios :)
    https://learn.microsoft.com/en-us/azure/active-directory/app-proxy/what-is-application-proxy

    So you will usually use Azure Application Proxy if your application does not support modern authentication protocol like SAML or OpenIDConnect

    0 comments No comments