Reputation: 31
Need to create a secondary custom UserStore using JDBCUserStoreManager, I have a usertable with username and password as columns.
I need to configure the datasource, and then customer Userstore Manager class and using the username and password from the usertable I should be able to login to WSO2 IS 5.9
Thanks, Subhash
Upvotes: 0
Views: 142
Reputation: 1515
You can follow this doc to write a custom userstore manager
When you are configuring the secondary userstore manager, you can point to the custom userstore manager. Please folow these two docs (doc1, doc2) to configure secondary userstores
Upvotes: 1