wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

Omit groups, roles attributes from SCIM User response #11379

Closed tharindu-b-hewage closed 2 weeks ago

tharindu-b-hewage commented 3 years ago

Is your suggestion related to an experience ? Please describe. When retrieving user objects via SCIM, both groups and roles attributes are also received alongside the usual user attributes. However, both of these attributes are not required for typical CRUD operations on the user rather for permission information.

But populating roles and groups actually have a performance impact which affects even to the user GET calls where roles or groups information are not required.

Describe the improvement SCIM2 API consumers can use a parameter to enable or disable groups and roles in the SCIM2 GET user object.

tharindu-b-hewage commented 3 years ago

When providing the parameter, it has to be spec-compliant.

isharak commented 2 weeks ago

This issue is being closed due to extended inactivity. Please feel free to reopen it if further attention is needed. Thank you for helping us keep the issue list relevant and focused!