Deploying Identity Server over a JDBC Based User Store

With this post I am to demonstrate how to configure WSO2 Identity Server with a JDBC user store. For the demonstration I am using a MySQL user store, but same procedure applies to any other JDBC user store as well. My environment is,

  • OS – Ubuntu 12.10
  • Java – 1.6
  • WSO2 IS 4.5.0
  1. Setting up MySQL database
  2. User Store Configuration in IS – Primary
  3. User Store Configuration in IS – Secondary

(I am referring to extracted wso2is folder as CARBON_HOME in this post)

Setting up MySQL database


Source : http://www.javacodegeeks.com/2013/09/deploying-identity-server-over-a-jdbc-based-user-store.html

Back to Top