【发布时间】:2017-09-26 14:24:51
【问题描述】:
我正在为没有管理员凭据的登录用户获取 403:
https://graph.microsoft.com/v1.0/me/memberOf
当我以管理员身份登录时它可以工作。
https://graph.microsoft.com/v1.0/me 工作正常!
我已在 Azure 中委派了权限,并通过以下方式接受了他们作为管理员
prompt=consent查询字符串。
Read all users' full profiles
Read all groups
Read directory data
Access directory as the signed in user
我通过this.service.acquireToken(https://graph.microsoft.com)获取令牌
【问题讨论】:
标签: angular microsoft-graph-api adal