Hi, I'm trying to get SSO working on my ADFS server, and have run into a problem.
Whenever I test https://adfs.contoso.com/adfs/ls/idpinitiatedsignon.aspx on the domain client, I get the following result in Fiddler:
HTTP/1.1 401 Unauthorized
Content-Length: 0
Server: Microsoft-HTTPAPI/2.0
WWW-Authenticate: Negotiate
WWW-Authenticate: NTLM
Date: Wed, 21 Nov 2018 00:32:22 GMT
Proxy-Support: Session-Based-Authentication
It then prompts me to login, and if I log in, everything works OK. So fundamentally ADFS is working, but SSO isnt.
Is anyone able to help out with this problem?
Thanks,
N