aspnet / Security

[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
1.27k stars 600 forks source link

How to Validate AccessToken in WebAPI core 2.0 getting from IdentityServer3 #1897

Closed UMANGAWASTHY closed 5 years ago

UMANGAWASTHY commented 5 years ago

Hi I amusing ASP.NET CORE WEB API 2.0 project. and my Identity solution build on IdentityServer3. While validating access token, identityServer3.AccessTokenvalidation not supported in .NET Core 2.0 platform. How to rectify this issue.

muratg commented 5 years ago

You would use the JWT middleware and use the settings specified by IdentityServer3 in their docs.