【发布时间】:2021-06-15 13:31:09
【问题描述】:
我在 Azure AD 中创建了一个企业应用程序,该应用程序在 Microsoft Graph API 上具有 Sites.ReadWrite.All 权限。请求 Microsoft Graph API 时,我可以在我的组织的公共站点上读取和写入数据,但不能在私有站点上(例如:请求 URL 时:https://graph.microsoft.com/beta/sites/xxxxxxx-xxx-xxxx-xxxx-xxxxxxxxxx,我明白了消息:Requested site could not be found)。
我尝试通过在 Sharepoint 站点的“添加成员”面板中输入其 ID 来添加我的企业应用程序,但没有找到。如何授权我的企业应用程序在私人网站上进行查询?
【问题讨论】:
标签: azure sharepoint azure-active-directory microsoft-graph-api