Tag: User Management

JAX-WS client for WSO2 Admin service.

In my previous blog post, we understood about Admin services in WSO2 products. We have implemented a web service client for RemoteUserStoreManagerService. We used Axis2 client for that. Today, we are going to look, how we can implement a JAX-WS cleint for invoking admin services. I am using the RemoteUserStoreManagerService as sample admin service. Step […]

Managing User Attributes With WSO2 Identity Server

If you are using Identity Server for user and role management,You may wonder how we could manage user’s attributes with it.  In identity server, each user store attribute can be mapped as a claim. Therefore you need to go through claim management and properly map your LDAP/AD/JDBC user store attributes with the claim uris defined […]

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.   […]