May I use non-80 and 443 ports for Azure Active Directory's Application Proxy

昊 黄 1 Reputation point
2020-05-26T01:58:42.993+00:00

May I use non-80 and 443 ports for Azure Active Directory's Application Proxy

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,474 questions
No comments
{count} votes

2 answers

Sort by: Newest
  1. Anuj Rana 206 Reputation points
    2020-05-27T06:29:28.54+00:00

    You can change or use any available for your internal application while specifying internal URL, however, for Azure AD app proxy service you cannot make changes to ports it requires to communicate.

    Azure AD Application Proxy connectors connect to Azure via HTTPS (TCP Port 443) and HTTP (TCP Port 80).

    Open the following ports to outbound traffic.

    80 Downloading certificate revocation lists (CRLs) while validating the TLS/SSL certificate
    443 All outbound communication with the Application Proxy service

    Please let me know if this help !

  2. Jai Verma 451 Reputation points
    2020-05-26T04:42:37.58+00:00

    If I understood correctly, your internal website is running on custom ports like 8080, in such a case, you can use because when you setup internal URL, you can include ports as well.

    Intenal URL - http://mywebsite:8080/

    It should just work fine.