tedious icon indicating copy to clipboard operation
tedious copied to clipboard

feat: new auth option azure-active-directory-cli

Open jamienich opened this issue 6 months ago • 1 comments

Added authentication type azure-active-directory-cli which uses AzureCliCredential from @azure/identity.

This authentication type has been added to support AVD development in place of azure-active-directory-default/DefaultAzureCredential to ensure the AzureCliCredential is always used. Using the default Azure credential can result in the wrong credential being selected and authentication fails in those cases.

jamienich avatar Jun 18 '25 04:06 jamienich