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
Specify which authentication flow should be used when performing Microsoft authentication and an interactive flow is required.
235
+
236
+
Defaults to the value `auto`.
237
+
238
+
**Note:** This setting will be ignored if a native authentication helper is configured and available. See [`credential.msauthHelper`](#credentialmsauthhelper) for more information.
239
+
240
+
Value|Credential Store
241
+
-|-
242
+
`auto`_(default)_|Select the best option depending on the current environment and platform.
243
+
`embedded`|Show a window with embedded web view control.
Full path to an external 'helper' tool to which Microsoft authentication should be delegated.
260
+
261
+
On macOS this defaults to the included native `Microsoft.Authentication.Helper` tool. On all other platforms this is not set.
262
+
263
+
**Note:** If a helper is set and available then all Microsoft authentication will be delegated to this helper and the [`credential.msauthFlow`](#credentialmsauthflow) setting will be ignored. Setting the value to the empty string (`""`) will unset any default helper.
Specify which authentication flow should be used when performing Microsoft authentication and an interactive flow is required.
382
+
383
+
Defaults to the value `auto`.
384
+
385
+
**Note:** This setting will be ignored if a native authentication helper is configured and available. See [`GCM_MSAUTH_HELPER`](#gcm_msauth_helper) for more information.
386
+
387
+
Value|Credential Store
388
+
-|-
389
+
`auto`_(default)_|Select the best option depending on the current environment and platform.
390
+
`embedded`|Show a window with embedded web view control.
Full path to an external 'helper' tool to which Microsoft authentication should be delegated.
413
+
414
+
On macOS this defaults to the included native `Microsoft.Authentication.Helper` tool. On all other platforms this is not set.
415
+
416
+
**Note:** If a helper is set and available then all Microsoft authentication will be delegated to this helper and the [`GCM_MSAUTH_FLOW`](#gcm_msauth_flow) setting will be ignored. Setting the value to the empty string (`""`) will unset any default helper.
0 commit comments