vscode/extensions/microsoft-authentication
Tyler James Leonhardt c235626145
`issuer` -> `authorizationServer` refactor (#250359)
* `issuer` -> `authorizationServer` refactor

Also:
* adds `authorizationServerGlobs` to the authentication contribution schema
* removes ugly MCP issuer hack and instead plumbs the authorizationServer down to the new auth providers
2025-06-02 17:38:21 -07: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 `issuer` -> `authorizationServer` refactor (#250359) 2025-06-02 17:38:21 -07: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 chore: update to Electron 35 (#245423) 2025-05-09 19:03:36 +09:00
package.json `issuer` -> `authorizationServer` refactor (#250359) 2025-06-02 17:38:21 -07:00
package.nls.json Remove old client id versioning code (#242760) 2025-03-06 11:56:44 +09:00
tsconfig.json Introduce Issuer handling in the Authentication stack (#248948) 2025-05-14 23:02:15 +02: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.