Azure-Samples / active-directory-dotnet-webapp-webapi-openidconnect-aspnetcore

An ASP.NET Core web application that authenticates Azure AD users and calls a web API using OAuth 2.0 access tokens.
119 stars 97 forks source link

Please update to 2.0-final as app.UseJwtBearerAuthentication is Obsolete #22

Closed aredfox closed 6 years ago

aredfox commented 7 years ago

app.UseJwtBearerAuthentication is obsolete and should now be configured in services aka

services..AddJwtBearer() - with options if any
jmprieur commented 6 years ago

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)