2
votes

Is there a OWIN middleware that can work with a standard .NET 4.6.2 (not Core) framework to valide tokens coming from IdentityServer4.

Something like https://github.com/IdentityServer/IdentityServer4.AccessTokenValidation

2

2 Answers

2
votes

A bug has solved and now by upgrading IdentityServer3.Accesstokenvalidation to "v2.13.0" you can work with tokens come from Idsv4.

for more detail:

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

0
votes

Even though the project README.md says OWIN Middleware to validate access tokens from IdentityServer v3. It should in theory still work with IDS4 tokens:

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