Closed aredfox closed 6 years ago
app.UseJwtBearerAuthentication is obsolete and should now be configured in services aka
services..AddJwtBearer() - with options if any
the update to ASP.NET Core 2.0 is now available (PR is https://github.com/Azure-Samples/active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore/pull/24)
app.UseJwtBearerAuthentication is obsolete and should now be configured in services aka