Skip to content

Commit

Permalink
Merge pull request #614 from ychung-mot/2.0.2
Browse files Browse the repository at this point in the history
fixed security issue
  • Loading branch information
ychung-mot authored Dec 2, 2021
2 parents 0755409 + 85c6d81 commit efd397c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Server/SchoolBusAPI/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public void ConfigureServices(IServiceCollection services)
{
options.Authority = Configuration.GetValue<string>("JWT:Authority");
options.Audience = Configuration.GetValue<string>("JWT:Audience");
options.RequireHttpsMetadata = false;
options.IncludeErrorDetails = true;
options.EventsType = typeof(SbJwtBearerEvents);
});
Expand Down

0 comments on commit efd397c

Please sign in to comment.