Windows 2019 ADFS Web pages and metadata.xml pages missing - no web access after install

Azzadean Hadrami 1 Reputation point
2021-12-08T13:27:15.757+00:00

Windows Server 2019 ADFS Web pages and metadata.xml pages missing
unable to get ADFS working with claim based apps as web access URLs not working and unable to verify webpages or metadata.xml

No IIS virtual directory created for ADFS too.

help!

Microsoft Security Active Directory Federation Services
Windows for business Windows Server User experience Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pierre Audonnet - MSFT 10,191 Reputation points Microsoft Employee
    2021-12-08T13:37:16.387+00:00

    ADFS doesn't use IIS since Windows Server 2012 R2. It is built directly on the top on the HTTP.sys.

    The federation metadata file is always available without authentication by default. You need to use the following URL: https://ADFSFARMURL/FederationMetadata/2007-06/FederationMetadata.xml

    Where ADFSFARMURL is the FQDN of your farm not the FQDN of the server where the farm is. It has to be the right FQDN (not the IP address either) because of TLS/SNI (which in a nutshell will allow the TLS tunnel only if the FQDN that the client is sending is matching the FQDN registered in the HTTPs endpoint).

    0 comments No comments

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.