![]() |
1
1
通常使用服务主体在像VSTS或POWER Script脚本这样的CID/CD环境中部署/管理资源。检查 Sign in with a service principal |
![]() |
2
0
从 sample application here 在修复powershell脚本中的错误之后 reported here 我能查到HellokeyFault的来源
这表明我们可以使用authclientid和authcertthumbprint获取令牌 在这种情况下,猜测应用程序id是由authclientid提供的,而“要验证的密钥”是由authcertthumbprint提供的 没有提到服务主体是必需的。 |