Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To enable users to log into the IS Management Console, you create user accounts and assign them roles, which are sets of permissions. You can add individual users or import users in bulk. The following sections list out the various ways to configure your users.

...

Info

Note the following before you use this feature: 

  • If the option to import users in bulk is not enabled in your product by default, you can enable it by adding the following property to the JDBC user store configured in the user-mgt.xml file (stored in the <PRODUCT_HOME>/repository/conf directory). Please see the User Store management section for more information.

    Code Block
    <Property name="IsBulkImportSupported">true</Property>
  • It is recommended to upload a maximum of 500,000 users at a time. If you need to upload more users, you can upload them in separate batches of 500,000 each.
  • You can also specify the size of the file that you can upload to the product in the <PRODUCT_HOME>/repository/conf/carbon.xml file using the TotalFileSizeLimit element as shown below. This value is in MB.

    Code Block
    <TotalFileSizeLimit>100</TotalFileSizeLimit>

...

WSO2 Identity Server (WSO2 IS) allows you to track details related to user deletion by writing the following information to a log file each time a user is deleted:

  • Username: The username of The user name of the deleted user.
  • Domain name: The user store domain name of the deleted user.

  • Tenant ID: The tenact ID The tenant domain name of the deleted user.
  • The tenant ID of the deleted user.
  • Timestamp: The timestamp that the user was deleted.

...