使用具有 ASP.NET 核心的 Azure Service Fabric 进行 Windows 身份验证

Using Windows Authentication with Azure Service Fabric with ASP.NET Core

我想在 Azure Service Fabric 中使用 ASP.NET Core Web API 服务。是否可以使用 Windows 身份验证来保护 Web 服务? 我想防止使用它的用户需要手动登录系统。

仅在使用 WebListener 时。 Kestrel 不支持它,因为它是一个跨平台实现。

一个例子。