I want to deploy an ASP.NET Core application in Linux with Windows authorization.
I understand approximately what I need to configure, for example, nginx as a reverse proxy server that will forward Kerberos to Kestrel. But I don’t understand if Kestrel can accept kerberos tokens or how it needs to be configured for this scheme to work? For IIS we need add this:
services.AddAuthentication(IISDefaults.AuthenticationScheme)