How to use identityserver3 in asp.net core 2.0 webapi to validate token from Identityserver3 server
问题 I have a identityserver which is using IdentityServer3 to issue tokens. I am creating an asp.net core 2.0 api client. How to validate the token issued by Identityserver3 in ASP.Net Core 2.0 api application? I tried to install Identityserver3.AccessTokenValidation.AspNetCore, but getting error saying it is not compatible with core. Can anyone help me how to do this? Thanks 回答1: With .Net Core 2 you can use IdentityServer4.AccessTokenValidation to validate IdentityServer3 token , just make sure