mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-15 15:08:10 +01:00
feat: add support for including Entra ID group owners as members in permissions management + fix Group members paging
This commit is contained in:
parent
f9994d1547
commit
669af746ed
3 changed files with 102 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue