ESUI Groups Expansion uses Aspire’s GE via REST, configurable from the server configuration.

Aspire’s GE creates a flattened representation of the user/group memberships for a given environment. Which includes domain entities (e.g. Active Directory through LDAP) as well as repository specific entities (SharePoint Groups).

Groups Expansion is executed when the user logs into the ESUI, and the response is added to the user data

Group Expansion Configuration

groupExpansion: {
    enabled: true,
    url: 'http://localhost:50505/groupExpansion?username=${user.account}&json=1'
}
  • No labels