vscode/extensions/microsoft-authentication
Tyler James Leonhardt e3bbd5bb1d
Fix MSAL Runtime telemetry not firing (#282595)
We were too strict. This should actually yield telemtry.

Fixes https://github.com/microsoft/vscode/issues/282593
2025-12-10 23:48:55 +00: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 Fix MSAL Runtime telemetry not firing (#282595) 2025-12-10 23:48:55 +00:00
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore Remove web worker support from microsoft-authentication extension (#276762) 2025-11-11 11:09:39 -08:00
extension.webpack.config.js Support brokering from Linux x64 and Intel Macs (#278689) 2025-11-21 01:42:11 +00:00
package-lock.json Bump jws from 3.2.2 to 3.2.3 in /extensions/microsoft-authentication (#282028) 2025-12-08 12:04:37 -08:00
package.json Start sending ClientAuthError telemetry for microsoft auth (#278643) 2025-11-20 12:27:10 -08:00
package.nls.json Remove classic Microsoft authentication implementation (#276787) 2025-11-11 23:18:53 +00:00
README.md
tsconfig.json Remove web worker support from microsoft-authentication extension (#276762) 2025-11-11 11:09:39 -08:00

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.