Skip to content

Commit 28d5d49

Browse files
authored
Support SSO for Blazor WASM template (#23815)
Thanks @phenning and @javiercn !
1 parent dc53cd0 commit 28d5d49

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)