0

I have 2 ADFS servers in one Azure subnet and 2 AD Servers in another subnet. What NSG rules do I need to add to incoming and outgoing for the ADFS and AD Subnets?

Also there are ADFS proxy servers which will talk to the ADFS Servers. Which ports need to be opened for ADFS Proxy Servers to ADFS Servers?

Marilee Turscak - MSFT
  • 7,367
  • 3
  • 18
  • 28
itye1970
  • 1,654
  • 7
  • 31
  • 62

1 Answers1

0

According to AD FS Network requirements documentation ports 443 (TLS) and 49443 (WAP)

Good luck!

Jose Paredes
  • 329
  • 1
  • 8
  • The question is regarding network ports between Domain Controller and ADFS server. The document doesn't mention this because it considers ADFS and AD are deployed in the same network without firewall. More information, please refer to https://stackoverflow.com/questions/51200575/how-does-adfs-communicate-with-ad – Cyril Jun 21 '23 at 01:25