AD图API获取客户端秘密到期日期

AD图API获取客户端秘密到期日期

本文介绍了如何使用azure AD图API获取客户端秘密到期日期。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试获取AAD应用程序的客户机密的到期日期。但是,当我使用以下图形请求时,passwordCredential和keyCredential字段为空。 


https://graph.windows.net/myorganization/directoryObjects/ {ServicePrincipalObjectId} /?api -version = 1.6


有没有办法获取这些数据?我在清单中看到它,如果我下载它,只是不在Odata对象中


感谢您的帮助!


解决方案




I am trying to get the expiry date of the client secrets for our AAD application. However when I use the following graph request, the passwordCredential and keyCredential fields is blank. 

https://graph.windows.net/myorganization/directoryObjects/{ServicePrincipalObjectId}/?api-version=1.6

Is there a way to get this data? I see it in the manifest if I download that, just not in the Odata object

Thank you for your help!

解决方案




这篇关于如何使用azure AD图API获取客户端秘密到期日期。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 05:24