I'm having an issue with two sites on my intranet that now is being accessed using windows authentication and a domain name; something.domain.com/appname.
It worked fine in the past via the server name with windows authentication (server/appname) but as soon as we moved to using a domain name, windows authentication triggers users to login again in Chrome/IE.
I've referenced following posts below of steps already done:
- ASP.NET intranet site asking for credentials - Windows Authentication
- Receiving login prompt using integrated windows authentication
- Windows authentication for Intranet/Internet
My only clue is it works in FireFox via http/https by simply adding the domains to trusted sites. The sites are in the trusted list in Chrome/IE via the group policy but there is no change in the behavior; users are asked to re-authenticate.
Additional Info:
- Windows 2016 Server
- Windows forms site 4.7 .NET
- Trusted sites and settings are managed by a group policy
Anyone familiar with group policy conflicts that would prevent trusted sites from windows authentication? How can I troubleshoot a group policy?