I have recently set up a ADFS server in my 2012R2 domain. I can browse to the /adfs/ls/idpinitatedservice.aspx page, however, I either have an error on the login page on the right pane or am prompted to input my credentials. Upon inputting the credentials I am taken to /adfs/ls/wia with a message that the website cannot be found. In either scenario the ADFS server records the following error:
Microsoft.IdentityServer.RequestFailedException: MSIS7065: There are no registered protocol handlers on path /adfs/ls/idpinitatedservice.aspx to process the incoming request.
I have modified the SPN on the user account to include the http(s)/adfs.domain.com and ensured that the account has full access to the certificate being used. I have also tried restarting the ADFS service as well as the server to no avail. The difference between the two results seems to be IE11 vs Edge/Firefox.
The server is using the WID on a 64bit Server 2012R2 system. I am able to browse to the /federationmetadata/2007-06/federationmetadata.xml page; so I know some of this set up is working. The error message on the web portal is (Edge browser as well as IE11 on the server):
An error occurred
An error occurred. Contact your administrator for more information.
Error details
Activity ID: 00000000-0000-0000-1300-0080000000fb
Error time: Thu, 20 Apr 2017 13:01:57 GMT
Cookie: enabled
User agent string: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.79 Safari/537.36 Edge/14.14393
Thank you for the quick response. That is the guide that I used to set up our ADFS server. However, I did notice that the guide says to test with .htm and not .aspx. When I use the .htm site in Edge everything seems to work correctly. Using IE11 I am still getting the same redirect to /adfs/ls/wia with a page cannot be found message. In IE the credentials login is a pop out dialogue rather than built into the portal as in Edge. The error message doesn't appear on the server when using the .htm site for either browser.