IdentityServer4和Web API .NET 4.6.2

时间:2016-10-09 16:05:15

标签: owin identityserver3 identityserver4

是否有可以使用标准.NET 4.6.2(非Core)框架的OWIN中间件来验证来自IdentityServer4的令牌。

喜欢的东西 https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation

2 个答案:

答案 0 :(得分:2)

一个错误已经解决,现在通过将IdentityServer3.Accesstokenvalidation升级到“v2.13.0”,您可以使用来自Idsv4的令牌。

了解更多详情:

  

https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation/issues/124

答案 1 :(得分:0)

即使项目README.md说OWIN Middleware to validate access tokens from IdentityServer v3。理论上它应该仍然适用于IDS4令牌:

https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation