Incorporate msrestazure
's code for managed identity authentication
#24150
Labels
Account
az login/account
Azure CLI Team
The command of the issue is owned by Azure CLI team
feature-request
Milestone
Related command
az login --identity
Is your feature request related to a problem? Please describe.
Managed identity has lots of variations in different services (VM, app service, Azure Arc, hybrid runbook). Each variation requires special handling.
There are feature requests to support new types of managed identities:
az login --identity
for Azure Arc #16573But there are some technical difficulties:
msrestazure
for managed identity authentication, butmsrestazure
has been replaced by Azure Identity and out of maintainanceDescribe the solution you'd like
In order to support new variations of managed identity, Azure CLI needs to incorporate
msrestazure
's code and make changed on top of that.Describe alternatives you've considered
MSAL to support managed identity.
The text was updated successfully, but these errors were encountered: