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

Document 'EnableFilteringEnhancements' property #5108

Closed emswbandara closed 2 weeks ago

emswbandara commented 5 years ago

Affected version: IS 5.7.0 WUM, IS 5.6.0 WUM, IS 5.5.0 WUM

<EnableFilteringEnhancements> property introduced for applying filtering enhancements for SCIM2 filter results. This makes sure that Eq should strictly check for the String match (in this case cross user store search should not be performed). This config also enforces consistency on the filtered attribute formats in the response when filtering is done via different endpoints. e.g. Users and Groups endpoints.

In order to enable the filtering enhancements, add following config under tag in /repository/conf/identity/identity.xml file. <EnableFilteringEnhancements>true</EnableFilteringEnhancements>

JKAUSHALYA commented 5 years ago

These configuration values should be documented as TOML. (Not as XML) "scim2.enable_filtering_enhancements": true

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!