diff --git a/src/Billing/Startup.cs b/src/Billing/Startup.cs index 70a3db0d7b..cd17c3a69e 100644 --- a/src/Billing/Startup.cs +++ b/src/Billing/Startup.cs @@ -65,6 +65,9 @@ namespace Bit.Billing }); services.Configure(options => options.LowercaseUrls = true); + // Authentication + services.AddAuthentication(); + // Jobs service, uncomment when we have some jobs to run // Jobs.JobsHostedService.AddJobsServices(services); // services.AddHostedService();