Questions tagged [azure-application-proxy]

Azure Application Proxy is a service provided by Microsoft Azure that allows access to on-premise Apis via a proxy service installed on a server in the intranet. The benefit is the Azure Application Proxy bypasses the need to expose endpoints through the corporate firewall. It also allows endpoint access to be managed via Azure Active Directory.

9 questions
1
vote
0 answers

Give web api access to on-prem API with Azure Active Directory Application Proxy

I am building a web api running in Azure App Service and I need to consume an on-prem legacy api that uses Windows Authentication. The system owners of this legacy api have published the api using Azure Application Proxy as described in this link -…
1
vote
1 answer

Getting user details from Azure AD Application Proxy authentication

I have made a .Net core API with a React front end, which is being hosted on an IIS box, which I don't control. The root directory has been set up to authenticate using Azure AD Application Proxy, which is working fine for authentication. My…
1
vote
1 answer

Accessing On Premise Api Through Azure Proxy with Azure Directory Enabled

I'm attempting to expose my on-premise APIs with Azure Application Proxy. I've successfully configured it to work with the Pre-Authentication set to Passthrough. When I change the Pre-Authentication to Azure Active Directory I can access the…
0
votes
1 answer

Get-AzureADApplicationProxyApplication fails in Automation Account

I'm trying to author some code to manage Azure Application Proxies (specifically the SSL certificates), based on this https://learn.microsoft.com/en-us/azure/active-directory/app-proxy/scripts/powershell-get-all-app-proxy-apps-extended When running…
0
votes
2 answers

Azure app sign-in failure - reply URL doesn't match because of trailing slash

After deploying my Azure AD integrated app to IIS I can't login anymore. The app is configured on xxx.abc.com with the following settings in Azure AD When I try to login by going to https://xxx.abc.com I get the following message: AADSTS50011: The…
0
votes
0 answers

Alternative to Azure Application Proxy requiring the Authorization header, in Azure APIM

I am using Azure API Management to connect to an on-prem backend service (API) that is secured through Azure Active Directory. But in my setup both Azure Application Proxy + the backend service are in conflict because they both require, or claim,…
0
votes
1 answer

How to setup external & internal dns that have an external & internal destination using IIS / Windows Server / Application Proxy

Short question: How to setup a local and external dns that have an external destination and a internal destination. Technologie used: Websites are hosted in IIS Local DNS is in Windows server External DNS via CPanel using Azure Application proxy…
Iannick
  • 146
  • 1
  • 11
0
votes
1 answer

Azure: After Uploading SSL CERTIFICATE through Application Gateway Listeners on azure ,URL is not hitting

After creating Application Gateway Listeners and rules we have uploaded the SSL certificate(HTTPS) for Port:-443, but URL is not hitting. we are using application gateway WAF , App services, we have configured Listeners, Http setting and rules but…
0
votes
1 answer

Azure MFA on ADFS with Azure Application Proxy

I have a requirement to add Azure MFA to ADFS (only externally). We have a number of on premises relying party trusts as well as some cloud SaaS offerings 365 etc. We use our Citrix NetScaler for reverse proxy so do not have ADFS WAP servers. We…