我正在尝试使用Azure AD v2.0使用Graph API访问“/ me”中的个人帐户信息但我收到以下错误。它适用于组织帐户。
{
"error": {
"code": "UnknownError",
"message": "{\"Status\":500,\"Message\":\"All the offeractions povided in the property bag cannot be validated for the token.\\u000d\\u000a\"}",
"innerError": {
"request-id": "39e23062-80ad-4872-86a7-39f5a5d928ce",
"date": "2017-02-23T15:35:06"
}
}
}
我有权限User.ReadBasic.All