Skip to content

Commit

Permalink
update team sync permissions (#52047)
Browse files Browse the repository at this point in the history
Co-authored-by: Sunbrye Ly <[email protected]>
  • Loading branch information
owlstronaut and sunbrye authored Aug 26, 2024
1 parent 353899b commit 54d7537
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To enable team synchronization for Entra ID, your Entra ID installation needs the following permissions.
* Read all users’ full profiles
* Sign in and read user profile
* Read directory data
* [Read all group memberships](https://learn.microsoft.com/en-us/graph/permissions-reference#groupmemberreadall) : GitHub gets a list of Entra groups so users can select one to synchronize to a specific GitHub team.
* [Read all users’ full profiles](https://learn.microsoft.com/en-us/graph/permissions-reference#userreadall) : GitHub gets a list of members' Entra ID and Entra display/full names for syncing an Entra group and a GitHub team.
* [Sign in and read user profile](https://learn.microsoft.com/en-us/graph/permissions-reference#userread) : When SAML SSO is enabled, users must single sign-on to the Entra application as a prerequisite for team syncing.

0 comments on commit 54d7537

Please sign in to comment.