vscode/extensions/microsoft-authentication
Tyler James Leonhardt 6bd8e90fb7
Misc fixes for Sovereign Clouds (#228591)
* Misc fixes for Sovereign Clouds

* For now, use the URL handler since the main flow doesn't work right now because the localhost redirect url needs to be in those environments
* Includes the name of the cloud in the PCAs so that we have separation between the auth providers
* extra logging for the URL Handler

* fix tests
2024-09-13 21:57:12 +02:00
..
media
src Misc fixes for Sovereign Clouds (#228591) 2024-09-13 21:57:12 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
README.md
extension-browser.webpack.config.js Ability to use MSAL in the Desktop (#225272) 2024-08-09 12:18:34 -07:00
extension.webpack.config.js
package-lock.json Bump MSAL Node (#227815) 2024-09-06 18:39:14 +02:00
package.json Bump MSAL Node (#227815) 2024-09-06 18:39:14 +02:00
package.nls.json Ability to use MSAL in the Desktop (#225272) 2024-08-09 12:18:34 -07:00
tsconfig.json Finalize getAccounts API (#224877) 2024-08-05 11:59:33 -07: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.