IdentityServer 和 windows 通过 wsfederation 进行身份验证

IdentityServer and windows authentication through wsfederation

这是关于 identityServer 和 windows 身份验证的新手问题。带有 windows 身份验证的 IdentityServer3 提供的示例似乎使用 WSFederation 来实现它,就像 link https://github.com/IdentityServer/IdentityServer3.Samples/tree/master/source/WebHost%20(Windows%20Auth%20All-in-One) 中提供的示例一样。 带有 identityserver4 的最新示例使用了一种不同的方法,没有联合。这些方法是否等效?一种方法是否比 other.I 可以理解对 ADFS 使用 Federation 有好处,但不能理解 Windows 使用 AD 进行身份验证。我知道我错过了一些无法弄清楚的东西。它是什么?谢谢

Identity Server 4 基于目前不支持 WS-Federation 的 .NET Core,因此如果这是一个要求,您应该坚持使用 "standard" 框架上的 Identity Server 3。

根据开发者的说法,WS-Fed 有一个 "test" 版本,但它是否会包含在 .NET Core 2.0 的最终版本中仍不确定。

https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/issues/500