【发布时间】:2021-10-25 23:21:56
【问题描述】:
我正在测试从 ASP Core 5 升级到 6 的小型工作(赚的钱很少),我无法使用 Duende 来替代 Microsoft.AspNetCore.ApiAuthorization.IdentityServer 的第 6 版中的 IdentityServer4。
我希望现在继续使用 IdentityServer4,并且我发现在将所有其他 ASP Core DLL 更新到版本 6 的同时将 Microsoft.AspNetCore.ApiAuthorization.IdentityServer 保留在版本 5 上是可行的。这是一个安全的配置吗?
- 我知道 Duende 对我来说是免费的一年,但我担心我无法在一年内更换它。
【问题讨论】:
-
据this article“只要支持.NET 5,之前版本的IdentityServer将继续受支持,直到2022年2月左右。”。跨度>
标签: c# asp.net-core .net-5 .net-6.0