user2314137
user2314137

Reputation: 39

Is it possible to configure the forwarding of a kerberos from Nginx to kestrel aspnet core

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)

Upvotes: 1

Views: 1119

Answers (1)

Mohamed Elrashid
Mohamed Elrashid

Reputation: 8609

No official support (90% sure)

Possible Workaround

Upvotes: 1

Related Questions