【发布时间】:2017-06-01 12:42:48
【问题描述】:
我们正在将个人开发者证书链接到某个服务主体。 当开发人员离开我们的团队时,我们将从服务主体中删除该凭据。
这很好用,但有点麻烦,因为开发者的名字没有与凭据相关联。
我注意到它们是凭据上的 customIdentifierKey 属性...但我找不到如何设置 customIdentifierKey。
有人知道怎么做吗?
New-AzureRmADAppCredential -ApplicationId $appId -CertValue $keyValue -EndDate $cert.NotAfter -StartDate $cert.NotBefore
【问题讨论】:
-
请问,我的回答有帮助吗?还是没有解决你的问题?如果有,你能把它标记为答案吗?
标签: azure azure-active-directory service-principal