是否可以从 Azure Powershell 中写出 Oauth 令牌进行调试

Is it possible to write out Oauth Token from Azure Powershell for debugging

在使用 Add-AzureRMAccount 进行身份验证后,我想打印出 oauth 令牌以调试其声明。

这在 Azure Powershell 中可行吗?

不,不可能。

来自 Add-AzureRMAccount 的输出对象仅具有以下属性:

  • 环境
  • 账户
  • 租户编号
  • 订阅 ID
  • 当前存储帐户

即使使用 -Debug 开关 Add-AzureRMAccount,调试消息也不会打印出实际的 OAuth 令牌,仅打印出令牌哈希。

更新 1:使用 Microsoft Azure PowerShell 2016 年 1 月 (1.1.0)

再次测试

仍然只显示令牌哈希。