Skip to content

Commit 0f37e5a

Browse files
committed
Hide AAD and B2C options from the UI
1 parent 441efc0 commit 0f37e5a

File tree

2 files changed

+17
-19
lines changed

2 files changed

+17
-19
lines changed

src/ProjectTemplates/BlazorWasm.ProjectTemplates/content/BlazorWasm-CSharp/.template.config/dotnetcli.host.json

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,39 +20,47 @@
2020
},
2121
"AAdB2CInstance": {
2222
"longName": "aad-b2c-instance",
23-
"shortName": ""
23+
"shortName": "",
24+
"isHidden": true
2425
},
2526
"SignUpSignInPolicyId": {
2627
"longName": "susi-policy-id",
27-
"shortName": "ssp"
28+
"shortName": "ssp",
29+
"isHidden": true
2830
},
2931
"OrgReadAccess": {
3032
"longName": "org-read-access",
31-
"shortName": "r"
33+
"shortName": "r",
34+
"isHidden": true
3235
},
3336
"ClientId": {
3437
"longName": "client-id",
3538
"shortName": ""
3639
},
3740
"AppIDUri": {
3841
"longName": "app-id-uri",
39-
"shortName": ""
42+
"shortName": "",
43+
"isHidden": true
4044
},
41-
"APIClientId":{
45+
"APIClientId": {
4246
"longName": "api-client-id",
43-
"shortName": ""
47+
"shortName": "",
48+
"isHidden": true
4449
},
4550
"Domain": {
4651
"longName": "domain",
47-
"shortName": ""
52+
"shortName": "",
53+
"isHidden": true
4854
},
4955
"TenantId": {
5056
"longName": "tenant-id",
51-
"shortName": ""
57+
"shortName": "",
58+
"isHidden": true
5259
},
5360
"DefaultScope": {
5461
"longName": "default-scope",
55-
"shortName": "s"
62+
"shortName": "s",
63+
"isHidden": true
5664
},
5765
"Authority": {
5866
"longName": "authority",

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@
2828
"auth": "Individual",
2929
"authenticationType": "IndividualAuth",
3030
"b2cAuthenticationOptions": "Local"
31-
},
32-
{
33-
"auth": "Individual",
34-
"authenticationType": "IndividualAuth",
35-
"b2cAuthenticationOptions": "CloudExisting"
36-
},
37-
{
38-
"auth": "SingleOrg",
39-
"authenticationType": "OrgAuth",
40-
"orgAuthenticationOptions": "SSO"
4131
}
4232
],
4333
"ports": [

0 commit comments

Comments
 (0)