User Management

The User Management feature of the Authentication component enables you to manage users that have signed up to your application. User Management also enables you to configure and maintain different roles for each user.

Note: You will have to enable at least one authentication type to access this section.

You can add an end-user to your application in four different ways:

  1. The application developer or a collaborator of the Catalyst project can add a new user from Authentication in the Catalyst console after implementing one of the authentication types — Hosted, Embedded, and Third-party.

  2. The application developer or collaborator can also add a user using Java, Node.JS, Python, or Web SDKs or the APIs.

  3. You can distribute the URL of your application to the user through other mediums and enable them to sign-up to it through the application’s sign-up page.

  4. You can enable provisions for a user to be added by another existing user of the application with the necessary privileges, such as a user of the role App admin. You can incorporate this feature in your application’s logic.

Catalyst will send an email invite to the user who was added containing a URL that will open a sign-up form where they can set up their password, in all four cases. After they set up their password, they will either be redirected to the default redirect URL of the application or the URL you specify while inviting the user from the console.

Note: You will be able to add a maximum of 25 users in your application in the development environment. After you deploy your application to production, you can include any number of end-users in it.

The User Management feature includes two sections in the console.

  1. Users: You can add end-users to your application in this section directly, and they will receive email invites. You also be able to enable or disable their access to the application, view or modify their details, and delete them from the application. cloud_scale_authentication_user_management_redirect_detailscloud_scale_authentication_user_management_userlist

  2. Roles: This section enables you to create and configure user roles, based on your business and organizational requirements. You will also be able to view all the user roles available in the project, along with all their details, and edit them, if required. cloud_scale_authentication_user_management_roles


Last Updated 2023-05-08 18:05:05 +0530 +0530

ON THIS PAGE