vscode/extensions/microsoft-authentication
Tyler James Leonhardt 0a66dc39ff
Adopt concept of flows in Microsoft Auth (#237006)
And only use Loopback flow when not running in Remote Extension Host.
2024-12-27 11:31:53 -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 Adopt concept of flows in Microsoft Auth (#237006) 2024-12-27 11:31:53 -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
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.