问题描述
我正在尝试使用现在在 beta
中的Education API.当我打电话时:
/education/me/classes
我收到错误 AccessDenied
并显示消息必需的scp声明值未提供.
我们还可以通过
I'm trying to use Education APIs which is now in beta
. When I call:
/education/me/classes
I'm getting the error AccessDenied
with the message Required scp claim values are not provided.
The documentation says I need to set EduRoster
permissions but I can't find anything similar in the Azure Portal (Azure Active Directory->Required permissions->Microsoft Graph)
Could someone please help me to find them? Or maybe the error means something else?
We need to check the [Read the organization's roster] from the Microsoft Graph. For more detail information, please refer to the screenshot.
We also could check the bearer token permission via https://jwt.io/
这篇关于无法在Azure门户上获得EduRoster权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!