Hello, i have configured ADFS on a Windows Server 2012 R2 server. I used this howto http://blogs.technet.com/b/rmilne/archive/2014/04/28/how-to-install-adfs-2012-r2-for-office-365.aspx
I'm now at the point that i want to verify that the federation service is operational by browsing to:
https://adfs.<FQDN>/FederationMetadata/2007-06/FederationMetadata.xml
the browser returns: This page can't be displayed
As a FQDN i use a internet routable address which is also the default UPN. I've imported a 3rd party public trusted wildcard certificate. I created adfs as a host record in DNS. I've added the FQDN to trusted sites in iexplorer. The certificates for Service communication, token signing and token decrypting are in place and don't show any errors. I can ping adfs.<fqdn> succesfully. The adfs service is running without errors. When i run netsh show http urlacl i can see the following:
Reserved URL : https://+:443/adfs/
User: NT SERVICE\adfssrv
Listen: Yes
Delegate: Yes
I know that the latest ADFS version uses kernel mode http so i cannot use IIS to check any published service for ADFS.
Now i'm stuck at verifying the federation service. Anyone know what to check next?
Any help would be appreciated.
Regards
ps. i posted this on directory services where i was redirected to this forum by a moderator (http://social.msdn.microsoft.com/Forums/vstudio/en-US/9c507fde-ec23-4201-bc6e-a7ea1fc1dbf7/adfs-2012-r2-federationmetadataxml-not-available?forum=winserverDS)