Skip to content

Commit

Permalink
Add missing flag (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Ottenhus, Thomas <Ottenhus, Thomas>
  • Loading branch information
glatzert authored Jan 3, 2025
1 parent 7a86ba1 commit 20c2501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<PackageId>JGUZDV.AspNetCore.Hosting</PackageId>
<IsPackable>true</IsPackable>
<Version>1.0.0-beta5</Version>
<Version>1.0.0-beta6</Version>
<Authors>Thomas Ottenhus</Authors>
<Company>Zentrum für Datenverarbeitung - JGU Mainz</Company>
<PackageDescription>HostBuilders for our default setup.</PackageDescription>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ public static JGUZDVHostApplicationBuilder AddDefaultOpenIdConnectAuthentication

appBuilder.Services.AddAuthorization();

appBuilder.HasAuthentication = true;
return appBuilder;
}
#endregion
Expand Down

0 comments on commit 20c2501

Please sign in to comment.