Application Proxy: configure multiple Ports | Access Website

SK 20 Reputation points
2024-01-24T09:45:48.89+00:00

Hello, we use the Application Proxy in Azure. I have created an application and released it. The application runs on a server where multiple web applications are running, so the page must be accessed via a specific port. (Example: https://webserver:50001). I have specified this as the internal URL. The page can also be successfully accessed. The problem now is that when I want to log in to the page, it is done via a different port (Example: https://webserver: 50002). Here the login times out because the server is not accessible via the port. My guess is that this is because I only specified https://webserver:50001 as the internal URL. How can I solve this problem? How can I specify multiple ports?

Microsoft Security | Microsoft Entra | Other
{count} votes

Accepted answer
  1. Konstantinos Passadis 19,591 Reputation points MVP
    2024-01-30T18:26:23.1833333+00:00

    Hello @SK !

    If you have tried the Translate Urls in application body without luck , then yu have to take care of this redirection .

    https://learn.microsoft.com/en-us/entra/identity/app-proxy/application-proxy-application-gateway-waf

    https://learn.microsoft.com/en-us/azure/application-gateway/how-application-gateway-works

    I suggest you have a look on Application Gateway integration , but even this will be an issue , since the Login is via a Different Port , maybe there is a solution , you have to create another URL mapping while

    maintinaing the intial URL

    For example

    https://application:5000 --> used to login

    https://application:5000/signup --> used to signup Application Gateway can solve this issue and offers advanced configuration elements as well

    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Konstantinos Passadis 19,591 Reputation points MVP
    2024-01-24T12:24:22.16+00:00

    Hello @SK ! Welcome to Microsoft QnA! So the App has different Port for Login and different for the actual APP ? Regards


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.