Skip to content

Commit 8de0c73

Browse files
author
msftbot[bot]
authored
Merge pull request #24373 from dotnet-maestro-bot/merge/release/5.0-preview8-to-master
[automated] Merge branch 'release/5.0-preview8' => 'master'
2 parents 0859213 + 28d5d49 commit 8de0c73

File tree

1 file changed

+8
-0
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config

1 file changed

+8
-0
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/vs-2017.3.host.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@
2828
"auth": "Individual",
2929
"authenticationType": "IndividualAuth",
3030
"b2cAuthenticationOptions": "Local"
31+
},
32+
{
33+
"auth": "SingleOrg",
34+
"authenticationType": "OrgAuth",
35+
"orgAuthenticationOptions": "SSO",
36+
"provisionServerSymbol": "Hosted",
37+
"callbackPath": "/authentication/login-callback",
38+
"additionalReplyUriPorts": [ 5001 ]
3139
}
3240
],
3341
"ports": [

0 commit comments

Comments
 (0)