Azure CLI 身份验证错误:AADSTS50173:提供的授权由于被撤销而已过期,需要新的身份验证令牌

har*_*ake 4 azure-active-directory azure-maps

尝试通过应用服务从 Azure Maps 获取令牌时,它返回以下错误。

"Azure CLI authentication failed due to an unknown error. See the troubleshooting guide for more information. https://aka.ms/azsdk/net/identity/azclicredential/troubleshoot ERROR: AADSTS50173: The provided grant has expired due to it being revoked, a fresh auth token is needed. The user might have changed or reset their password. The grant was issued on '2022-12-13T05:31:55.3867300Z' and the TokensValidFrom date (before which tokens are not valid) for this user is '2023-01-28T06:51:55.0000000Z'.
Run Code Online (Sandbox Code Playgroud)

har*_*ake 6

您需要清除本地Azure凭据并重新登录。

az account clear
az login
Run Code Online (Sandbox Code Playgroud)