Skip to content

Commit

Permalink
Fix OpenIddict's HTTPS detection (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
gunndabad authored Mar 19, 2024
1 parent 7ca558f commit c7cc72c
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 c7cc72c

Please sign in to comment.