Use Azure Application Proxy with an App Service

Copper Contributor

We want to use the AAP to communicate from an Azure App service to an onpremise application. We want the authenticate the application not the user. We are able to call the api from the application, but we get an errorpage (imho from the proxy api) saying "This corporate app can't be accessed right now.", with StatusCode: InternalServerError. 

 

Calling the proxy url from an browser and Azure Authentication on the proxy, and with an Azure Account logged in, it works.

Calling the proxy url from an browser with Passthrough on the proxy, anonymously, it works.

Calling the proxy url from an browser with Azure Authentication on the proxy, anonymously, it return access denied.

 

Calling the proxy url from an Web Api hosted on Azure with a token requested on the Proxy resources and with Azure Authentication on the proxy, it fails with InternalServerError.

 

Is the AAP only working for use with Users and not Applications? 

0 Replies