You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-ssp, --susi-policy-id <susi-policy-id> The sign-in and sign-up policy ID for this project (use with IndividualB2C auth).
30
-
Type: string
31
-
Default: b2c_1_susi
32
-
--aad-instance <aad-instance> The Azure Active Directory instance to connect to (use with SingleOrg auth).
33
-
Type: string
34
-
Default: https://login.microsoftonline.com/
35
-
--client-id <client-id> The Client ID for this project (use with SingleOrg or IndividualB2C auth).
36
-
Type: string
37
-
Default: 11111111-1111-1111-11111111111111111
38
-
--domain <domain> The domain for the directory tenant (use with SingleOrg or IndividualB2C auth).
39
-
Type: string
40
-
Default: qualified.domain.name
41
-
--default-scope <default-scope> The API scope the client needs to request to provision an access token. (use with IndividualB2C, SingleOrg).
42
-
Type: string
43
-
Default: access_as_user
44
-
--tenant-id <tenant-id> The TenantId ID of the directory to connect to (use with SingleOrg auth).
45
-
Type: string
46
-
Default: 22222222-2222-2222-2222-222222222222
47
-
-r, --org-read-access Whether or not to allow this application read access to the directory (only applies to SingleOrg auth).
48
-
Type: bool
49
-
Default: false
50
-
--exclude-launch-settings Whether to exclude launchSettings.json in the generated template.
51
-
Type: bool
52
-
Default: false
53
-
--no-https Whether to turn off HTTPS. This option only applies if IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.
54
-
Type: bool
55
-
Default: false
56
-
-uld, --use-local-db Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual or --auth IndividualB2C is specified.
57
-
Type: bool
58
-
Default: false
59
-
-f, --framework <net10.0|net6.0|net7.0|net8.0> The target framework for the project.
60
-
Type: choice
61
-
net10.0 Target net10.0
62
-
net8.0 Target net8.0
63
-
net7.0 Target net7.0
64
-
net6.0 Target net6.0
65
-
Default: net10.0
66
-
--no-restore If specified, skips the automatic restore of the project on create.
67
-
Type: bool
68
-
Default: false
69
-
--called-api-url <called-api-url> URL of the API to call from the web app. This option only applies if --auth SingleOrg or --auth IndividualB2C is specified.
70
-
Type: string
71
-
Default: https://graph.microsoft.com/v1.0
72
-
--calls-graph Specifies if the web app calls Microsoft Graph. This option only applies if --auth SingleOrg is specified.
73
-
Type: bool
74
-
Default: false
75
-
--called-api-scopes <called-api-scopes> Scopes to request to call the API from the web app. This option only applies if --auth SingleOrg or --auth IndividualB2C is specified.
76
-
Type: string
77
-
Default: user.read
78
-
--no-openapi Disable OpenAPI (Swagger) support
79
-
Type: bool
80
-
Default: false
81
-
--use-program-main Whether to generate an explicit Program class and Main method instead of top-level statements.
82
-
Type: bool
83
-
Default: false
84
-
-controllers, --use-controllers Whether to use controllers instead of minimal APIs. This option overides the value specified by --minimal.
85
-
Type: bool
86
-
Default: false
87
-
-minimal, --use-minimal-apis Whether to use minimal APIs instead of controllers.
88
-
Type: bool
89
-
Default: false
19
+
-au, --auth <IndividualB2C|None|SingleOrg|Windows> The type of authentication to use
20
+
Type: choice
21
+
None No authentication
22
+
IndividualB2C Individual authentication with Azure AD B2C
23
+
SingleOrg Organizational authentication for a single tenant
24
+
Windows Windows authentication
25
+
Default: None
26
+
--aad-b2c-instance <aad-b2c-instance> The Azure Active Directory B2C instance to connect to (use with IndividualB2C auth).
-ssp, --susi-policy-id <susi-policy-id> The sign-in and sign-up policy ID for this project (use with IndividualB2C auth).
30
+
Type: string
31
+
Default: b2c_1_susi
32
+
--aad-instance <aad-instance> The Azure Active Directory instance to connect to (use with SingleOrg auth).
33
+
Type: string
34
+
Default: https://login.microsoftonline.com/
35
+
--client-id <client-id> The Client ID for this project (use with SingleOrg or IndividualB2C auth).
36
+
Type: string
37
+
Default: 11111111-1111-1111-11111111111111111
38
+
--domain <domain> The domain for the directory tenant (use with SingleOrg or IndividualB2C auth).
39
+
Type: string
40
+
Default: qualified.domain.name
41
+
--default-scope <default-scope> The API scope the client needs to request to provision an access token. (use with IndividualB2C, SingleOrg).
42
+
Type: string
43
+
Default: access_as_user
44
+
--tenant-id <tenant-id> The TenantId ID of the directory to connect to (use with SingleOrg auth).
45
+
Type: string
46
+
Default: 22222222-2222-2222-2222-222222222222
47
+
-r, --org-read-access Whether or not to allow this application read access to the directory (only applies to SingleOrg auth).
48
+
Type: bool
49
+
Default: false
50
+
--exclude-launch-settings Whether to exclude launchSettings.json in the generated template.
51
+
Type: bool
52
+
Default: false
53
+
--no-https Whether to turn off HTTPS. This option only applies if IndividualB2C, SingleOrg, or MultiOrg aren't used for --auth.
54
+
Type: bool
55
+
Default: false
56
+
-uld, --use-local-db Whether to use LocalDB instead of SQLite. This option only applies if --auth Individual or --auth IndividualB2C is specified.
57
+
Type: bool
58
+
Default: false
59
+
-f, --framework <net10.0|net6.0|net7.0|net8.0|net9.0> The target framework for the project.
60
+
Type: choice
61
+
net10.0 Target net10.0
62
+
net9.0 Target net9.0
63
+
net8.0 Target net8.0
64
+
net7.0 Target net7.0
65
+
net6.0 Target net6.0
66
+
Default: net10.0
67
+
--no-restore If specified, skips the automatic restore of the project on create.
68
+
Type: bool
69
+
Default: false
70
+
--called-api-url <called-api-url> URL of the API to call from the web app. This option only applies if --auth SingleOrg or --auth IndividualB2C is specified.
71
+
Type: string
72
+
Default: https://graph.microsoft.com/v1.0
73
+
--calls-graph Specifies if the web app calls Microsoft Graph. This option only applies if --auth SingleOrg is specified.
74
+
Type: bool
75
+
Default: false
76
+
--called-api-scopes <called-api-scopes> Scopes to request to call the API from the web app. This option only applies if --auth SingleOrg or --auth IndividualB2C is specified.
77
+
Type: string
78
+
Default: user.read
79
+
--no-openapi Disable OpenAPI (Swagger) support
80
+
Type: bool
81
+
Default: false
82
+
--use-program-main Whether to generate an explicit Program class and Main method instead of top-level statements.
83
+
Type: bool
84
+
Default: false
85
+
-controllers, --use-controllers Whether to use controllers instead of minimal APIs. This option overides the value specified by --minimal.
86
+
Type: bool
87
+
Default: false
88
+
-minimal, --use-minimal-apis Whether to use minimal APIs instead of controllers.
89
+
Type: bool
90
+
Default: false
90
91
91
92
To see help for other template languages (F#), use --language option:
0 commit comments