【发布时间】:2016-03-09 17:19:35
【问题描述】:
我正在尝试使用 Microsoft Graph API 或 Outlook REST API 通过 ajax / rest 调用在用户日历中创建事件。
但是当我在 Azure Active Directory 中注册我的应用程序时,我不知道我必须在哪里调用由 Azure 生成的密钥......而且我不知道我是否也需要传递客户端 ID。
我向 Azure 中的 Microsoft Graph 授予了以下权限:
我不知道这些权限是否足够我想做的事情。
提前致谢。
【问题讨论】:
-
我们经常使用Client id和keys来获取accesstoken,当我们有了accesstoken就可以访问Azure。至于权限,根据你的要求,可以选择
Access directory as the signed-in user,Read all users' full profiles
标签: azure sharepoint graph outlook outlook-restapi