Default MSAL to true (#234290)

Using new `microsoft-authentication.implementation` setting
This commit is contained in:
Tyler James Leonhardt
2024-11-20 13:15:09 -08:00
committed by GitHub
parent 2e93ebce77
commit d12854f6ba
3 changed files with 21 additions and 10 deletions

View File

@@ -3,7 +3,9 @@
"description": "Microsoft authentication provider",
"signIn": "Sign In",
"signOut": "Sign Out",
"useMsal.description": "Use the Microsoft Authentication Library (MSAL) to sign in with a Microsoft account.",
"microsoft-authentication.implementation.description": "The authentication implementation to use for signing in with a Microsoft account.",
"microsoft-authentication.implementation.enumDescriptions.msal": "Use the Microsoft Authentication Library (MSAL) to sign in with a Microsoft account.",
"microsoft-authentication.implementation.enumDescriptions.classic": "Use the classic authentication flow to sign in with a Microsoft account.",
"microsoft-sovereign-cloud.environment.description": {
"message": "The Sovereign Cloud to use for authentication. If you select `custom`, you must also set the `#microsoft-sovereign-cloud.customEnvironment#` setting.",
"comment": [