参考类型' AuthenticationOptions'声称它是在Microsoft.AspNetCore.Authentication'中定义的,但无法找到

时间:2017-09-01 09:55:21

标签: asp.net-core asp.net-identity

我试图运行' UseIdentityServerAuthentication'并传入IdentityServerAuthenticationOptions并在Asp.Net Core 2中获取此错误。

在网上看来,这是Asp.Net Core 2 Preview 2的路线图,我正在运行它的最新版本,所以我认为现在可以使用它。

1 个答案:

答案 0 :(得分:1)

我认为您想要的是IdentityOptions,可在https://github.com/aspnet/Identity/blob/eb3ff7fc32dbfff65a1ba6dfdca16487e0f6fc41/src/Microsoft.Extensions.Identity.Core/IdentityOptions.cs找到。它应该在Microsoft.AspNetCore.Identity Nuget包中提供。