Subhash
Subhash

Reputation: 31

Customuserstore for WSO2 IS 5.9

I need to create a customeStore using JDBC on similar lines mentioned in the below blog, but for WSO2IS 5.9, so need to know which kernel , versions and all,,,

Please share any blog for the same.

http://isurad.blogspot.com/2016/03/how-to-write-custom-user-store-manager.html?_sm_au_=iVV3n4ws6PvJnHfMqpT6vK7TWcsMt

Regds, Subhash

Upvotes: 1

Views: 65

Answers (1)

senthalan
senthalan

Reputation: 2366

The kernel version of IS 5.9.0 is 4.5.1. (You can refer to the GitHub project pom to refer to other versions if needed https://github.com/wso2/product-is/blob/v5.9.0/pom.xml)

You can also refer to https://is.docs.wso2.com/en/latest/setup/writing-a-custom-user-store-manager/

Upvotes: 1

Related Questions