Closed mpmadhavig closed 7 months ago
PR builder started Link: https://github.com/wso2/product-is/actions/runs/8384249122
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/8384249122 Status: failure
PR builder started Link: https://github.com/wso2/product-is/actions/runs/8387249874
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/8387249874 Status: failure
PR builder started Link: https://github.com/wso2/product-is/actions/runs/8421998222
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/8421998222 Status: failure
PR builder started Link: https://github.com/wso2/product-is/actions/runs/8421998222
PR builder completed Link: https://github.com/wso2/product-is/actions/runs/8421998222 Status: success
Describe
This PR will fix the
default maximum number of records per request
(100) is not being honored by SCIM GET Users API. As the fix, added a validation for the count parameter which check whether the count is exceeding the configureddefault maximum number of records per request
parameter. If yes, then sets the count value to 100.When this PR need to be merged
Related issues: