Hi
I set up a new IIS server and a website, I can browse the website using the localhost from any domain joined PC, as long as I am logged on with my AD credentials it passes me through without prompting me for username and password. I setup a DNS FQDN for the target host, now when i set the binding for the website and point it to the new FQDN it starts prompting for username and password, instead of passing me through like it did when using the localhost url.
Windows authentication is enabled, with negotiate being the provider.
the web.conf authentication mode is windows.
the pass through authentication is set to application user.
I am running server 2016, IIS 10
I ran out of ideas, any help would be appreciated. I just need to be able to browse using the FQDN and pass through based on the AD credentials i am logged on with.
Edit: fiddler shows the result below:
HTTP/1.1 401 Unauthorized
WWW-Authenticate: NTLM
WWW-Authenticate: Negotiate
X-Powered-By: ASP.NET
X-UA-Compatible: IE=Edge
Date: Tue, 30 Jul 2019 16:09:48 GMT
Content-Length: 0
Proxy-Support: Session-Based-Authentication
Thanks