Skip to content

Commit

Permalink
Merge pull request #3951 from microsoft-search/fix/3778
Browse files Browse the repository at this point in the history
Fix for #3778
  • Loading branch information
wobba authored Aug 30, 2024
2 parents 22fba3a + 09371be commit 9a4882d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@
| _People.Read_ | Same as above.
| _Contacts.Read_ | Same as above.
| _User.Read.All_ | Same as above.
| _Chat.ReadWrite_ | Allow sending quick message via the Graph Toolkit people card.
| _Files.Read.All_ | Allow search for files using Graph API (Drive / Drive Items).
| _Mail.Read_ | Allow search for user's e-mail using Graph API (Messages).
| _Calendars.Read_ | Allow search for user's calendar appointments using Graph API (Events).
| _Sites.Read.All_ | Allow search for sites using Graph API (Sites / List Items).
| _ExternalItem.Read.All_ | Allow search for connector items using Graph API (External Items).
| _Bookmark.Read.All_ | Allow search for Bookmarks in Microsoft Search in your organization.
| _Acronym.Read.All_ | Allow search for Acronyms in Microsoft Search in your organization.
| _Chat.Read_ | Allow search for Teams messages.
| _Chat.Read_ | Allow search for Teams messages.
| _ChannelMessage.Read.All_ | Read user channel messages.

4. Add the Web Parts to a SharePoint and start building!
Expand Down
4 changes: 4 additions & 0 deletions search-parts/config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
"resource": "Microsoft Graph",
"scope": "Chat.Read"
},
{
"resource": "Microsoft Graph",
"scope": "Chat.ReadWrite"
},
{
"resource": "Microsoft Graph",
"scope": "ChannelMessage.Read.All"
Expand Down

0 comments on commit 9a4882d

Please sign in to comment.