Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划使用服务主体通过 powershell 自动登录到天蓝色,但我找不到任何涵盖其生命周期或凭证有效期的文档?如果它的寿命有限,我们可以延长它吗?
您可以指定服务主体凭证(3、12、18、24 或自定义)的到期时间(以月为单位)。
转到 Azure Active Directory -> 应用注册 -> 所有应用程序。
现有服务主体:
选择服务主体。客户端凭据链接将显示每个客户端机密的到期日期。
创建服务主体:
单击新注册。创建服务主体。然后创建一个新的客户端凭据并设置到期时间范围。