vscode/extensions/microsoft-authentication
Tyler James Leonhardt 1410d77f6f
reverse cancellation and sequencer (#237029)
When we cancel, then the promise should be cancelled. If we don't do this, we hang on the first interaction request until we timeout.

Fixes the 2nd point in https://github.com/microsoft/vscode/issues/236825#issuecomment-2563882150
2024-12-28 09:36:05 +01:00
..
media more accurate naming of pages 2022-04-27 15:40:41 -07:00
packageMocks Adopt the MSAL broker to talk to the OS for Microsoft auth (#233739) 2024-11-15 20:53:28 +09:00
src reverse cancellation and sequencer (#237029) 2024-12-28 09:36:05 +01:00
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore Adopt the MSAL broker to talk to the OS for Microsoft auth (#233739) 2024-11-15 20:53:28 +09:00
README.md Support sovereign/custom clouds in `microsoft` authentication provider (#178725) 2023-04-07 16:38:38 -07:00
extension-browser.webpack.config.js Use Electron fetch to get Proxy settings properly (#229202) 2024-09-20 20:24:41 +02:00
extension.webpack.config.js Remove msal-node-extensions workaround (#234456) 2024-11-23 00:39:17 +01:00
package-lock.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.nls.json Default MSAL to true (#234290) 2024-11-20 13:15:09 -08:00
tsconfig.json Adopt the MSAL broker to talk to the OS for Microsoft auth (#233739) 2024-11-15 20:53:28 +09:00

README.md

Microsoft Authentication for Visual Studio Code

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides support for authenticating to Microsoft. It registers the microsoft Authentication Provider that can be leveraged by other extensions. This also provides the Microsoft authentication used by Settings Sync.

Additionally, it provides the microsoft-sovereign-cloud Authentication Provider that can be used to sign in to other Azure clouds like Azure for US Government or Azure China. Use the setting microsoft-sovereign-cloud.endpoint to select the authentication endpoint the provider should use. Please note that different scopes may also be required in different environments.