IdentityServer / IdentityServer4.AccessTokenValidation

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

AuthenticationOptions not found in Microsoft.AspNetCore.Authentication #81

Closed ernestjohn closed 7 years ago

ernestjohn commented 7 years ago

Hello, the package AuthenticationOptions not found in Microsoft.AspNetCore.Authentication Severity

Reference to type 'AuthenticationOptions' claims it is defined in 'Microsoft.AspNetCore.Authentication', but it could not be found

This only comes when I'm using aspnetcore 2.0 with the *.All package. Is there a missing reference?

leastprivilege commented 7 years ago

You need to use the RC1 with ASP.NET Core 2

mymaizi commented 7 years ago

If you use rc1+asp.net core 2, new errors will be prompted, and.Useidentity*** cannot find them

aiyowa commented 7 years ago

I'm using aspnetcore 2+ rc2.but it's still not work.

Reference to type 'AuthenticationOptions' claims it is defined in 'Microsoft.AspNetCore.Authentication', but it could not be found

leastprivilege commented 7 years ago

Final version has been released now.