Azure Active Directory应用程序注册列表 [英] Azure Active Directory App Registration List

查看:70
本文介绍了Azure Active Directory应用程序注册列表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何python模块可用于获取Active Directory下所有已注册应用(客户端)的列表?

Is there any python module available to get the list of all registered Apps(client) under Active Directory?

有人可以帮我吧。

~kk

推荐答案

你好, 

Hello, 

没有可用于从Azure AD检索信息的直接python模块。您必须使用可用的ADAL / MSAL库对Azure AD进行身份验证,然后进行相应的图形API调用。 

There is no direct python module available to retrieve information from Azure AD. You would have to use the available ADAL / MSAL libraries to authenticate to Azure AD and then make the appropriate graph API call. 

您可以找到可用的python库
here
。 

You can find the available python libraries here

你可以找到与此相关的python样本 

You can find python samples relevant to this 

https://github.com/microsoftgraph/python-sample-auth

https://azure.microsoft.com/en-us/resources/samples/active-directory-python-webapp-graphapi/

图表API:  https://docs.microsoft.com/en-us/graph/api/resources/application?view=graph-rest -beta 

Graph API : https://docs.microsoft.com/en-us/graph/api/resources/application?view=graph-rest-beta 


这篇关于Azure Active Directory应用程序注册列表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆