How to increase WSO2 LDAP Query Limit

独自空忆成欢 提交于 2020-06-29 04:25:07

问题


I am using WSO2 Identity Server in my project for authentication and authorization and in my WSO2 server primary data source is LDAP. For authorization, I need to fetch 2 things

1) How many roles assigned to the user.

2) How many users assigned to the role.

So I am using getRoleListOfUser and getUserListofRole from RemoteUserStoreManagerService web service.

Now the issue is one role is assigned to around 25K users. When I execute getUserListofRole I get only 2k Users as part of the response.

I have seen that there is user-mgt.xml file in WSO2 Identity server where you can specify the limit. But I want to set the Limit for a specific operation (Because it affects the performance SO I don't need to change the Limit for other operations).

Any solution or workaround for this?

Thanks...

来源:https://stackoverflow.com/questions/62421466/how-to-increase-wso2-ldap-query-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!