I run ASP.NET Core web application in a Linux container. I need to provide Windows authentication for my application. How can this be implemented?
I assume that the problem can be solved using a reverse proxy server that can authenticate via Kerberos.