Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: DOCUMENTATION-3497

User management functionality is provided by default in all WSO2 Carbon-based products and is configured in the user-mgt.xml file xml file found in the <PRODUCTthe <PRODUCT_HOME>/repository/conf/ directory. This documentation explains how to set up a repository for storing authorization information (role-based permissions) and how to change the relevant configurations. 

The complete functionality and contents of the User Management module is called a user realm. The realm includes the user management classes, configurations and repositories that store information. Therefore, configuring the User Management functionality in a WSO2 product involves setting up the relevant repositories and updating the relevant configuration files.

...

  • The admin user and role is always stored in the primary user store in your system. 
  • An administrator is configured for your system by default. This admin user is assigned to the admin role, which has all permissions enabled. 
  • The permissions assigned to the default admin role cannot be modified.
Info

To access the admin dashboard from another role(excluding admin), open site.json in wso2am-2.0.0-SNAPSHOT/repository/deployment/server/jaggeryapps/admin-dashboard/site/conf/and add the following configurations.

Code Block
"allowedRoles":"admin,subscriber",

 

Updating the administrator

...