Skip to content

Commit

Permalink
Merge pull request #16 from UKGovernmentBEIS/MEESALPHA-211-deploy-fix…
Browse files Browse the repository at this point in the history
…es-5

MEESALPHA-211 adjust auth for azure
  • Loading branch information
scottywakefield authored Sep 23, 2024
2 parents 8d14aa8 + 3e0a073 commit 74c6dc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data-tool/Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
.RequireAuthenticatedUser()
.Build();
options.Filters.Add(new AuthorizeFilter(policy));
options.Filters.Add(new RequireHttpsAttribute());
});
// Config
builder.Services.AddOptions();
Expand All @@ -73,7 +72,6 @@
}

app.UseHttpsRedirection();
app.UseHsts();
app.UseStaticFiles();

app.UseRouting();
Expand Down

0 comments on commit 74c6dc0

Please sign in to comment.