-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Identity Management
-
Release Notes Summary:Group members are not fetched when not needed
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform #117
-
Story Points:3
When querying a group, its member list is automatically loaded in the ScimV2MappingService even though a excludedAttributes=members parameter (see NXP-32725) specifies not serializing them in the response (and we do not serialize them).
This may create performance issues when requesting a group with many members.
This is especially a concern with the Search (NXP-32312) endpoint where we could fetch many groups in a single request