是否有可以与标准 .NET 4.6.2(非核心)框架一起使用的 OWIN 中间件来验证来自 IdentityServer4 的令牌。
类似于 https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation
是否有可以与标准 .NET 4.6.2(非核心)框架一起使用的 OWIN 中间件来验证来自 IdentityServer4 的令牌。
类似于 https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation
一个错误已经解决,现在通过将 IdentityServer3.Accesstokenvalidation 升级到“v2.13.0”,您可以使用来自 Idsv4 的令牌。
更多细节:
https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation/issues/124
即使项目 README.md 说OWIN Middleware to validate access tokens from IdentityServer v3
. 理论上它应该仍然适用于 IDS4 令牌:
https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation