IdentityServer / IdentityServer4.AccessTokenValidation

IdentityServer Access Token Validation for ASP.NET Core
Apache License 2.0
544 stars 214 forks source link

Does it work with AspNetCore 2.0 ? #70

Closed valeriob closed 7 years ago

valeriob commented 7 years ago

I'm migrating an application from katana to aspnetcore 2.0. Given https://github.com/aspnet/Security/issues/1310 i do not understand if i have to bring everything is this new services.AddAuthentication world or not, i see that IdentityServer4.AccessTokenValidation still use a classic middle-ware approach. Do you have any guidance ? Thanks

leastprivilege commented 7 years ago

No. Use the MS JwtBearer middleware instead.