I've created an ASP .NET Core 6 Web App with Windows authentification from a template
and I assume that current Windows user's credentials to be obtained automatically.
Application is working that way while debugging in Visual Studio 2022 (in Debug)
But when being deployed on a server (Windows Server 2012 R2+IIS 8.5) in a local network -
user login prompt dialog appears

How to get rid of this dialog and force my application to get current Windows user's credentials autimatically?
Thank you in advance.
