feat: add support for including Entra ID group owners as members in permissions management + fix Group members paging

This commit is contained in:
Atef Bellaaj 2025-06-18 17:58:28 +02:00 committed by Danny Avila
parent f9994d1547
commit 669af746ed
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
3 changed files with 102 additions and 8 deletions

View file

@ -493,6 +493,9 @@ SAML_IMAGE_URL=
# When enabled, the people picker will search both local database and Entra ID
USE_ENTRA_ID_FOR_PEOPLE_SEARCH=false
# When enabled, entra id groups owners will be considered as members of the group
ENTRA_ID_INCLUDE_OWNERS_AS_MEMBERS=false
# Microsoft Graph API scopes needed for people/group search
# Default scopes provide access to user profiles and group memberships
OPENID_GRAPH_SCOPES=User.Read,People.Read,GroupMember.Read.All