Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Make forwarded port public
Browse files Browse the repository at this point in the history
To enable authentication flow with Entra ID without GitHub auth interfering
  • Loading branch information
roycornelissen committed Nov 7, 2024
1 parent 73a5d17 commit 28e4510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"7219": {
"label": "Blazor App",
"onAutoForward": "openBrowser",
"protocol": "https"
"protocol": "https",
"visibility": "public"
}
},

Expand Down

0 comments on commit 28e4510

Please sign in to comment.