简体   繁体   中英

Ports required to open for Azure Active Directory

In my company, a few ports are blocked and I am unable to identify a list of ports to tell my IT team to whitelist.

I am using Visual Studio 2015.

The reason why I am being so specific on ports is that, these steps I have followed at my home machine & I found no issues. The problem is only in my company due to Proxy/Port/Firewall.

Steps followed:

  1. I have created a sample MVC Web application & kept authentication as default (Individual User Accounts).

在此处输入图片说明

  1. After creating this application, I right-clicked on the project & clicked on Configure Azure AD Authentication & followed the steps properly.

在此处输入图片说明

  1. I created a few users in Azure Portal and ran the application which is working fine.

  2. Then I deployed the application on my local IIS by changing connectionstring (which got created in Step 2) from localDB to SQLExpress

  3. The application isn't working after deploying on local IIS in my company but working on my home machine.

I am unable to identify the ports/proxy settings which I need to tell my company to whitelist.

Please help me. Thanks!

Have a look at the Hybrid Identity Required Ports and Protocols documentation, find your scenario and see the ports needed for that.

The following document is a technical reference on the required ports and protocols for implementing a hybrid identity solution. Use the following illustration and refer to the corresponding table.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM