vscode/extensions/microsoft-authentication
Tyler James Leonhardt d12854f6ba
Default MSAL to true (#234290)
Using new `microsoft-authentication.implementation` setting
2024-11-20 13:15:09 -08:00
..
media
packageMocks Adopt the MSAL broker to talk to the OS for Microsoft auth (#233739) 2024-11-15 20:53:28 +09:00
src Default MSAL to true (#234290) 2024-11-20 13:15:09 -08: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 predictable keytar resolution (#233948) 2024-11-15 21:47:48 +01:00
package-lock.json Adopt the MSAL broker to talk to the OS for Microsoft auth (#233739) 2024-11-15 20:53:28 +09:00
package.json Default MSAL to true (#234290) 2024-11-20 13:15:09 -08: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.