Forum Discussion
Peter Holland
Oct 27, 2021Iron Contributor
App Proxy and Enterprise App SAML auth on-premises app
Hi all, Trying to get my head around a scenario and how it should work or the direction that should be taken. We (a customer) has a custom internal app that is being set to use Azure AD for SAML...
Jai Verma
Feb 18, 2022Brass Contributor
Here is my understanding
- App code is hosted on server which is internal
- App is already registered with AAD as SAML App
- Requirement is to make it accessible from external location, possible options:-
- host the code in Azure WebApp
- Use App Proxy with PassThrough authentication(since app is handling SAML authentication, you need not to necessarily add another layer of authentication) and publish it over internet
- Put your server in DMZ network and allow traffic from external location.
- App code is hosted on server which is internal
- App is already registered with AAD as SAML App
- Requirement is to make it accessible from external location, possible options:-
- host the code in Azure WebApp
- Use App Proxy with PassThrough authentication(since app is handling SAML authentication, you need not to necessarily add another layer of authentication) and publish it over internet
- Put your server in DMZ network and allow traffic from external location.