Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorporate msrestazure's code for managed identity authentication #24150

Closed
jiasli opened this issue Oct 11, 2022 · 2 comments
Closed

Incorporate msrestazure's code for managed identity authentication #24150

jiasli opened this issue Oct 11, 2022 · 2 comments
Assignees
Labels
Account az login/account Azure CLI Team The command of the issue is owned by Azure CLI team feature-request
Milestone

Comments

@jiasli
Copy link
Member

jiasli commented Oct 11, 2022

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:

But there are some technical difficulties:

Describe 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.

@jiasli jiasli self-assigned this Oct 11, 2022
@jiasli jiasli added this to the Backlog milestone Oct 11, 2022
@ghost ghost added Auto-Assign Auto assign by bot Account az login/account labels Oct 11, 2022
@jiasli jiasli added Account az login/account and removed Account az login/account Auto-Assign Auto assign by bot labels Oct 11, 2022
@yonzhan
Copy link
Collaborator

yonzhan commented Oct 11, 2022

managed identity authentication

@yonzhan yonzhan added the Azure CLI Team The command of the issue is owned by Azure CLI team label Oct 11, 2022
@jiasli
Copy link
Member Author

jiasli commented Nov 10, 2023

This issue is superseded by #25860 as MSAL is going to support managed identity (AzureAD/microsoft-authentication-library-for-python#480), so Azure CLI will use MSAL for managed identity authentication in the future.

@jiasli jiasli closed this as completed Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Account az login/account Azure CLI Team The command of the issue is owned by Azure CLI team feature-request
Projects
None yet
Development

No branches or pull requests

2 participants