Skip to content

Commit

Permalink
Fix OpenIddict's HTTPS detection
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad committed Mar 19, 2024
1 parent 7ca558f commit 8940729
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@

app.UseRouting();

app.UseAuthentication();
app.UseAuthorization();

app.MapRazorPages();
Expand Down

0 comments on commit 8940729

Please sign in to comment.