13 references to AddJwtBearer
JwtBearerSample (1)
Startup.cs (1)
29.AddJwtBearer(o =>
JwtSample (1)
Startup.cs (1)
30.AddJwtBearer(options =>
Microsoft.AspNetCore.Authentication.Test (4)
JwtBearerTests.cs (2)
36services.AddJwtBearer(o => 1240.ConfigureServices(services => services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme).AddJwtBearer(options)))
JwtBearerTests_Handler.cs (2)
36services.AddJwtBearer(configure); 1307.ConfigureServices(services => services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme).AddJwtBearer(options)))
Microsoft.AspNetCore.Http.Connections.Tests (2)
HttpConnectionDispatcherTests.cs (2)
3203}).AddJwtBearer(options => 3365.AddJwtBearer(options =>
Microsoft.AspNetCore.SignalR.Client.FunctionalTests (1)
Startup.cs (1)
52.AddJwtBearer(options =>
Microsoft.AspNetCore.SignalR.Tests (1)
Startup.cs (1)
39}).AddJwtBearer(options =>
SecurityWebSite (2)
StartupWithGlobalAuthFilter.cs (1)
16.AddJwtBearer(options =>
StartupWithGlobalAuthFilterWithoutEndpointRouting.cs (1)
16.AddJwtBearer(options =>
SignalR.Client.FunctionalTestApp (1)
Startup.cs (1)
57.AddJwtBearer(options =>