Q. SharePoint連携において「要求されているアクセス許可」画面に表示される、アクセス許可対象の詳細を知りたい
A. ナレッジベースにてSharePoint Onlineとの連携設定を行う際、Microsoft Graph API要求に対する許諾操作が必要となります。
その際の、Microsoft上の「要求されているアクセス許可」画面に表示される内容について説明します。
<関連リンク>
「要求されているアクセス許可」画面上の表示内容と該当するGraph APIのアクセス許可
表示される文言はMicrosoft社によるもののため、より詳細の確認や各アクセス許可の定義詳細はMicrosoftのドキュメントをご確認ください。
https://docs.microsoft.com/ja-jp/graph/permissions-reference
| 画面上の 表示順 |
画面上の表示名 | 画面上の説明 | 該当するGraph APIのアクセス許可名 | 該当するGraph APIのアクセス許可種類 | 該当するアクセス許可を利用する機能 |
| 1 | View users' basic profile | Allows the app to see your users' basic profile (e.g., name, picture, user name, email address) | profile | 委任されたアクセス許可 | ・利用ユーザー自身の情報を表示 |
| 2 | Maintain access to data you have given it access to | Allows the app to see and update the data you gave it access to, even when users are not currently using the app. This does not give the app any additional permissions. | offline_access | 委任されたアクセス許可 | ・シングルサインオンに使用 |
| 3 | Read items in all site collections | Allows the application to read documents and list items in all site collections on behalf of the signed-in user | Sites.Read.All | 委任されたアクセス許可 | ・利用ユーザーがアクセス可能なSharePointサイトから、指定したフォルダ以下のファイルを同期させる |