Add support for refreshing the access token of an account #29185
Labels
Account
az login/account
ARM
az resource/group/lock/tag/deployment/policy/managementapp/account management-group
Auto-Assign
Auto assign by bot
Azure CLI Team
The command of the issue is owned by Azure CLI team
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
feature-request
Milestone
Related command
az account
Is your feature request related to a problem? Please describe.
Some scenarios require refreshing the cached access token of an account, for example when user's group membership changes as a consequence of PIM for Groups.
Describe the solution you'd like
Provide a mechanism to refresh the cached access token of an account e.g.
az account refresh-access-token
.Describe alternatives you've considered
Waiting for token expiration or performing
az logout
andaz login
.The text was updated successfully, but these errors were encountered: