vscode/extensions/microsoft-authentication
Tyler James Leonhardt 60230a46df
Fix the booleans on the MSAL flows (#238148)
* Loopback does _not_ work in REH or WebWorker
* UrlHandler _does_ work in REH
2025-01-17 19:46:29 +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 Fix the booleans on the MSAL flows (#238148) 2025-01-17 19:46:29 +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 Default to MSAL authentication 🚀 (#237920) 2025-01-14 21:23:14 +01:00
package.nls.json Default to MSAL authentication 🚀 (#237920) 2025-01-14 21:23:14 +01: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.