Azure ADグラフAPIを呼び出してユーザー情報を取得しようとしています。そのためには、https://github.com/OfficeDev/O365-ASPNETMVC-Startに記載されている手順に従っています。我々はhttps://graph.windows.net/microsoft.onMicrosoft.com/users/?api-version=1.0 URLへの呼び出しを行うとシオマネキ応答を見たときしかし、私たちは以下のように例外を取得: HTTP/1.1 403禁止 のContent-Type:アプリケーション/ JSON; ODATA = minimalmetadataAzure AD Graph API呼び出しで「操作を完了するための十分な権限がありません」例外
{
"odata.error":
{
"code":"Authorization_RequestDenied","message":
{
"lang":"en","value":"Insufficient privileges to complete the operation."
}
}
}
私たちは、次の試してみましたInsufficient privileges to complete the operation when using service principal to create Azure AD Applicationに記載されている手順で、appidに変更を実行するための管理者権限がないことを示すメッセージが表示されます。助けてください。