我正在將ASP.NET應用程序遷移到ASP.NET Core上,但遇到了Ws聯合身份驗證問題:沒有[Ws-Federation](https://www.nuget.org/packages?q=Microsoft.Owin.Security.WsFederation) OWIN中間件在ASP.NET Core平臺中可用。使用ASP.NET核心的Ws聯盟身份驗證
但是我注意到現在ASP.NET核心的所有身份驗證的中間件正在Microsoft.AspNetCore.Authentication命名空間,所以我找遍了所有的包從nuget.org,發現大部分的認證包都是存在的,但不幸的是只有Microsoft.AspNetCore.Authentication.WsFederation缺少。
所以,我想知道,如果包缺失,因爲它尚未實現或任何其他原因?或者,是否有現有的基於ASP.NET Core的Ws-Federation身份驗證中間件?
截至2017年年底, 「WsFederation預覽支持現在可用於ASP.NET核心2.0.0。」 https://github.com/aspnet/Security/issues/1473 – Drew