1

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)
jps
  • 20,041
  • 15
  • 75
  • 79

1 Answers1

1

No official support (90% sure)

Possible Workaround

Mohamed Elrashid
  • 8,125
  • 6
  • 31
  • 46