From 25163f2b1e89ef81912df32c83e4b46973a2e89f Mon Sep 17 00:00:00 2001 From: Tyler Gill Date: Fri, 13 Apr 2018 10:32:27 -0600 Subject: [PATCH] Add message about required 'Group.Read.All' scope to MS Group backend. --- docs/05-storage-providers.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/05-storage-providers.md b/docs/05-storage-providers.md index 6c0b912..b90bedf 100644 --- a/docs/05-storage-providers.md +++ b/docs/05-storage-providers.md @@ -458,7 +458,8 @@ The username used to connect to the server. This may also be supplied as the env ## Microsoft Office 365 Group (Microsoft Graph API) ***** -> ![](icon_important.png) Using this backend requires the [`Group.ReadWrite.All` permission scope](https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference#group-permissions) in the Microsoft Graph APIs. These permissions require [admin consent](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-scopes#admin-restricted-scopes) to enable. +> ![](icon_important.png) Specifying the group's email address when using this backend requires the [`Group.Read.All` permission scope](https://developer.microsoft.com/en-us/graph/docs/concepts/permissions_reference#group-permissions) in the Microsoft Graph APIs. These permissions require [admin consent](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-scopes#admin-restricted-scopes) to enable. +You can use this backend without this permission by using an AuthID generated for the `SharePoint v2` backend and passing the `--group-id` instead of `--group-email`. You can lookup the group ID by using the [Microsoft Graph Explorer](https://developer.microsoft.com/en-us/graph/graph-explorer). ***** This backend can store backups in the document library associated with a Microsoft Office 365 Group, using the following URL format: