Skip to content

Commit

Permalink
Merge pull request #638 from ychung-mot/2.0.4
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 9207059 + 42a489b commit d288426
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/Hmcr.Api/Extensions/IServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ public static void AddHmcrAuthentication(this IServiceCollection services, IConf
{
options.Authority = config.GetValue<string>("JWT:Authority");
options.Audience = config.GetValue<string>("JWT:Audience");
options.RequireHttpsMetadata = false;
options.IncludeErrorDetails = true;
options.EventsType = typeof(HmcrJwtBearerEvents);
});
Expand Down

0 comments on commit d288426

Please sign in to comment.