问题
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?
回答1:
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/
来源:https://stackoverflow.com/questions/48536356/cannot-fins-eduroster-permissions-on-azure-portal