**Related command** <!--- az login ---> **Is your feature request related to a problem? Please describe.** <!--- I as a developer is frustrated when required to enter az cli login credentials again and again to authenticate to az cli on my local docker container. It would have been great if there was an option that allows my az cli login on my workstation to be extended to az cli within the local docker container ---> **Describe the solution you'd like** <!--- the login option like 'az login --authtoken' would help in this scenario. It will use MSAL in the background to get the user context of the user who has already logged into the local workstation and then request new access token for the az cli instance within the local docker container. Once the token is issued by the identity provider then it will be used to login to az cli in the local docker container either by new command as suggested, or by seamless login in the background---> **Describe alternatives you've considered** <!---mounting the azure resources file to local docker container for versions of az cli below 2.30 ---> **Additional context** <!--- Add any other context or screenshots about the feature request here. --->
Related command
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context