Having an issue in our work environment related to Windows Server and .NET Core
Some Background:
We are running a .NET Core 2.1 and Angular 7.3.9 application on our Windows servers.
Our application uses Windows Authentication.
Up until now, all our servers have used Windows Server 2012 R2 and the authentication runs fine for our web application.
However, recently 2 of our servers have upgraded to Windows 2016 and now we are experiencing issues related to Windows Authentication.
Every time we navigate to the website via our browser, we are prompted with login credentials.

Even when we enter our credentials, we are prompted again and again with no luck.
Our IIS Manager settings are the same between 2012 and 2016 environments.
Is there an issue with our .NET Core version?
Or maybe something in our Startup.cs that needs to change in order for the application to work in 2016 environment?
