我已经看到一些示例表明IApplicationBuilder
有一个扩展方法.UseJwtBearerAuthentication(Action<?> options)
。
此SO question和AspNet.Security.OpenIdConnect.Server sample server startup file似乎表示存在此类延期。在OpenIdConnect上,我查看了extensions文件夹,但是我没有看到名为UseJwtBearerAuthentication的扩展名。即使this blog说它应该包含在ASP.net 5中。我也尝试将Microsoft.AspNet.Security.OAuthBearer,1.0.0-beta3添加到我的project.json并在Startup中引用它的.cs。没有帮助。
我唯一不同的是我使用-beta7,但我认为这不重要。
答案 0 :(得分:1)
在RC2中,有
Microsoft.AspNetCore.Authentication.JwtBearer
Microsoft.AspNetCore.Authentication.OAuth