ASP.net 5中的IApplicationBuilder.UseJwtBearerAuthentication扩展名在哪里?

时间:2015-09-22 19:48:00

标签: asp.net-web-api asp.net-core asp.net-core-mvc

我已经看到一些示例表明IApplicationBuilder有一个扩展方法.UseJwtBearerAuthentication(Action<?> options)

SO questionAspNet.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,但我认为这不重要。

1 个答案:

答案 0 :(得分:1)

在RC2中,有

Microsoft.AspNetCore.Authentication.JwtBearer
Microsoft.AspNetCore.Authentication.OAuth