Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Which is h2 database does wso2 identity server use?


Asked by Zendaya Grant on Dec 15, 2021 FAQ



The user stores of all WSO2 Carbon-based products are embedded H2 databases except for WSO2 Identity Server, which has an embedded LDAP as its user store. In Carbon, permissions are stored in a separate database called the User Management database. The default User Management database is H2, but you can connect to external user stores as well.
Keeping this in consideration,
WSO2 Identity Server uses a database to store information such as user management details and identity data. By default, each WSO2 product is shipped with an embedded H2 database that works for all types of data. This section guides you through the logical separation of data that you can do when clustering WSO2 Identity Server.
Consequently, By default, each WSO2 product is shipped with an embedded H2 database that works for all types of data. This section guides you through the logical separation of data that you can do when clustering WSO2 Identity Server. The embedded H2 database is NOT RECOMMENDED for enterprise testing and production environments.
Likewise,
User management is available by default in all WSO2 Carbon-based products. It includes the following functionality. A primary user store, either the embedded (internal) user store or an external store (JDBC, LDAP, or Active Directory). Ability to configure additional user stores as secondary user stores.
Additionally,
Starting and Using the H2 Console The H2 Console application lets you access a database using a browser. This can be a H2 database, or another database that supports the JDBC API. This is a client/server application, so both a server and a client (a browser) are required to run it.