According to the WSO2 Identity Server product page, It supports for LDAP, AD and JDBC based user stores. And also It said that it has capability to plug custom user stores. What is mean by custom user stores? It can be anything such as NoSQL (Cassandra), Legacy user store, JDBC user store with different schema…. […]
Category: User Management
User Management
If you are familiar with WSO2 Carbon platform, You may already know that WSO2 Carbon platform provides ability to plug your enterprise user store in an easier way…. Your user store can be a LDAP, AD or any JDBC based user store and you only need to do some configuration changes in the user-mgt.xml file […]
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. […]