Skip to content

Commit

Permalink
Remove comment which now inaccurate since not forcing HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway committed May 5, 2024
1 parent 03e0789 commit 153c806
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion labs/3-Add-Identity/end/eShop.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

// Apps

// Force HTTPS profile for web app (required for OIDC operations)

var webApp = builder.AddProject<WebApp>("webapp")
.WithReference(catalogApi)
.WithReference(idp, env: "Identity__ClientSecret");
Expand Down
2 changes: 1 addition & 1 deletion labs/5-Add-Checkout/end/eShop.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// Apps

// Force HTTPS profile for web app (required for OIDC operations)

var webApp = builder.AddProject<WebApp>("webapp")
.WithReference(basketApi)
.WithReference(catalogApi)
Expand Down
2 changes: 1 addition & 1 deletion labs/5-Add-Checkout/src/eShop.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

// Apps

// Force HTTPS profile for web app (required for OIDC operations)

var webApp = builder.AddProject<WebApp>("webapp")
.WithReference(basketApi)
.WithReference(catalogApi)
Expand Down
2 changes: 1 addition & 1 deletion labs/6-Add-Resiliency/src/eShop.AppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// Apps

// Force HTTPS profile for web app (required for OIDC operations)

var webApp = builder.AddProject<WebApp>("webapp")
.WithReference(basketApi)
.WithReference(catalogApi)
Expand Down

0 comments on commit 153c806

Please sign in to comment.