Skip to content

Commit

Permalink
default scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
cannehag committed Jun 7, 2024
1 parent 5b6eede commit 4059ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Site/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void ConfigureServices(IServiceCollection services)
services.AddOptions();
//services.Configure<Auth0Settings>(Configuration.GetSection("Auth0"));

services.AddAuthentication()
services.AddAuthentication(JwtBearerDefaults.AuthenticationScheme)
.AddJwtBearer(options =>
{
options.Authority = $"{Configuration["AzureAd:AadInstance"]}{Configuration["AzureAd:Tenant"]}";
Expand Down

0 comments on commit 4059ad5

Please sign in to comment.