Tag: Admin Services

Load balancing WSO2 Admin Services

If you are familiar with WSO2 product… You may have heard the word WSO2 Admin services…. In typical Identity Server deployment, there are clients (web applications, mobile clients and so on) that talk to these admin services. If you want to achieve high availability and load distribution, you need to load balance the client requests […]

User Role management with WSO2 Identity Server APIs

WSO2 Identity Server provides  a simple web service API for user role management. If your application needs a user role management function, you can directly integrate with Identity Server rather than dealing with the user store. There is a web service API called  RemoteUserStoreManagerService   that can be used to manage users and roles.   […]