IdentityServer / IdentityServer3.AccessTokenValidation

OWIN Middleware to validate access tokens from IdentityServer3
Apache License 2.0
91 stars 149 forks source link

How to Validate Access Token Issued by IdentityServer3 on .NET Core 1.1 #131

Closed h2chch closed 7 years ago

h2chch commented 7 years ago

Hi, I have API built on top .NET Core 1.1 stack and now I want to validate the access token issued by IdentityServer3. How can I achieve this? I have tried to use this IdentityServer3.AccessTokenValidation nuget package but is having incompatibilities issues with .NET Core 1.1. Is there any workaround for this problem?

leastprivilege commented 7 years ago

see here:

https://github.com/IdentityServer/CrossVersionIntegrationTests

h2chch commented 7 years ago

Thank you for the sample of projects (Core API with IS3). One more question, when I use IdentityServer4.AccessToken package, is ApiSecret mandatory?

leastprivilege commented 7 years ago

No - only when using reference tokens.