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

What are the user stores in wso2 carbon?


Asked by Darren Farmer on Dec 15, 2021 FAQ



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.
Keeping this in consideration,
By default, WSO2 identity server uses an embedded Read/Write LDAP as the primary user store. It is recommended to change this default configuration in the production system.
Next, 100% open source and standards-based, WSO2 Carbon enables developers to rapidly orchestrate business processes, compose applications and develop services using WSO2 Developer Studio and a broad range of business and technical services that integrate with legacy, packaged and SaaS applications.
Besides,
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. For enterprise production environments, we do not recommend the embedded H2 database for use as a user store.
In fact,
A user store is the database where information about the users and user roles is stored, including log-in name, password, first name, last name, and e-mail address.