You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/transform/modernize-connect-to-office365-group-permissions.md
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Site permissions after Microsoft 365 group connection
3
3
description: Connect a Microsoft 365 group to an existing SharePoint site does have an impact on the SharePoint site permissions, which is explained in this article
4
-
ms.date: 06/19/2018
4
+
ms.date: 03/09/2021
5
5
ms.prod: sharepoint
6
6
localization_priority: Normal
7
7
---
@@ -12,23 +12,24 @@ As part of the connection to a Microsoft 365 group the site's permissions will a
12
12
13
13
- The Microsoft 365 group Owners get connected to both the site collection administrators as the site owners group: everyone who’s Microsoft 365 group owner also has site collection admin permissions on the SharePoint site
14
14
- The Microsoft 365 group members get connected to the site members group: everyone who’s Microsoft 365 group member is has the permissions which are granted to the SharePoint site’s Members group
15
-
- Any other permissions granted on the SharePoint site stay as is (so for example viewers will still have view access, broken permission inheritance stays working as is,…)
16
-
- Permissions “flow” from the Microsoft 365 group to SharePoint: adding a person to the Office 365 Owners group will also make that person an Owner (even Administrator) of the SharePoint site
17
-
- There a no permissions “flowing back” to the Microsoft 365 group: if you add a person to the SharePoint Owners group then that person is not an Owner of the group
15
+
- Any other permissions granted on the SharePoint site stay as is, so for example viewers will still have view access, broken permission inheritance stays working as is
16
+
- Permissions "flow" from the Microsoft 365 group to SharePoint: adding a person to the Microsoft 365 Owners group will also make that person an Owner (even Administrator) of the SharePoint site
17
+
- There a no permissions "flowing back" to the Microsoft 365 group: if you add a person to the SharePoint Owners group then that person is not an Owner of the group
18
18
19
19

20
20
21
21
## Technical implementation
22
22
23
-
Each Microsoft 365 group has an unique id represented as a guid (e.g e79452da-a8cf-47c5-afbf-83c8704867c2). This guid is used to construct 2 claims:
23
+
Each Microsoft 365 group has an unique id represented as a guid (e.g e79452da-a8cf-47c5-afbf-83c8704867c2). This guid corresponds with the object Id of the Microsoft 365 Group in Azure Active Directory and is used to construct 2 claims:
24
24
25
25
- e79452da-a8cf-47c5-afbf-83c8704867c2_o: this claim represents the Microsoft 365 group owners
26
26
- e79452da-a8cf-47c5-afbf-83c8704867c2: this claim represents the Microsoft 365 group members
27
27
28
-
These claims are added to the SharePoint site according to below logic:
28
+
These claims are added to the SharePoint site using the prefix _c:0o.c|federateddirectoryclaimprovider|_ according to below logic:
29
29
30
-
- The e79452da-a8cf-47c5-afbf-83c8704867c2 claim (so the Microsoft 365 group members) is added as a **visible** principal to the site's members group having as title your site's name
31
-
- The e79452da-a8cf-47c5-afbf-83c8704867c2_o claim (so the Microsoft 365 group owners) is added as **hidden** principal to the site's owners group and site collection administrators
30
+
- The e79452da-a8cf-47c5-afbf-83c8704867c2 claim (so the Microsoft 365 group members) is added as a **visible** principal to the site's members group having as title your site's initial name
31
+
- The e79452da-a8cf-47c5-afbf-83c8704867c2_o claim (so the Microsoft 365 group owners) is added as a **visible** principal to the site's site collection administrators having as title your site's initial name
32
+
- The e79452da-a8cf-47c5-afbf-83c8704867c2_o claim (so the Microsoft 365 group owners) is added as a **hidden** principal to the site's owners group
0 commit comments