我试图运行' UseIdentityServerAuthentication'并传入IdentityServerAuthenticationOptions并在Asp.Net Core 2中获取此错误。
在网上看来,这是Asp.Net Core 2 Preview 2的路线图,我正在运行它的最新版本,所以我认为现在可以使用它。
答案 0 :(得分:1)
我认为您想要的是IdentityOptions
,可在https://github.com/aspnet/Identity/blob/eb3ff7fc32dbfff65a1ba6dfdca16487e0f6fc41/src/Microsoft.Extensions.Identity.Core/IdentityOptions.cs找到。它应该在Microsoft.AspNetCore.Identity Nuget包中提供。