Implementation

Adding a New User From The Console

  1. Navigate to the User Management section of Cloud Scale > Authentication and click Add User in the Users section. cloud_scale_authentication_user_management_empty
Note: To add end-users to your application, you must first enable at least one of the authentication types.
  1. Enter the First Name, Last Name, Email ID of the user. Select the Role or the user from the Roles drop-down list in the pop-up window. cloud_scale_authentication_user_management_role_selection
Note: You can find out more about Roles from this help section
  1. If you wish to add the user under a particular organization, enter the Org ID. If you do not enter one, Catalyst will generate a unique organization ID for the user. cloud_scale_authentication_user_management_orgid

  2. Select the platform of the application that you are inviting the user to access. cloud_scale_authentication_user_management_select_platofrm

Note: Specifying the platform does not prevent the user from accessing other platforms of the application. However, it defines the primary platform that the user will access from their device and sets default values for opening the application in the appropriate medium.
If you select Andorid or iOS as the platforms, you can type in the redirect URL. cloud_scale_authentication_user_management_iosorand
  1. You can use the default homepage that you have specified in your web app’s client-package.json file as the redirect URL by checking the Use Default Redirect URL checkbox. To use a different redirect URL, type the URL in the textbox. cloud_scale_authentication_user_management_default_redirect_checkbox
Note: Specifying the platform does not prevent the user from accessing other platforms of the application. However, it defines the primary platform that the user will access from their device and sets default values for opening the application in the appropriate medium.
  1. Click Create. cloud_scale_authentication_user_management_first_user

The user will now be listed in the Users section along with their details. You can search for a particular user by their email address using the search bar. The Users section lists all users, including those who have signed up from inside the application. Click Invite User to add more users.

When a new user is invited, Catalyst will send an automated email to their email address with a URL to set up their password. The content and design of this email template can be configured using the Email Template feature of Authentication.

When the user clicks on the link, they will be authenticated and redirected to a page that requests them to set their password. cloud_scale_authentication_user_management_pwd_page

Once the user completes the process, they are redirected to the redirect URL that you specified while inviting the user.

Enable or Disable a User

You can enable or disable a user of your application as you need. When a user is disabled for an application, they will no longer be able to login to the application until you enable them again.

To enable or disable a user, click the toggle switch in the Status column of that user. cloud_scale_authentication_user_management_status_toggle

Reset a User’s Password

You can easily reset a user’s password by sending them a Password Reset email from the Catalyst console. The email will contain a password reset link, which the user can click to create a new password for the application. The Password Reset email can be designed per your preference using the Email Template feature of Authentication.

If you are implementing Hosted Authentication Type, you also have the option of designing the Password Reset page of your application directly in the console.

Note: The password will be reset for all platforms, irrespective of the platform you choose. Specifying the platform sets default values for opening the application in the appropriate medium.

To let user reset their password:

  1. Click the ellipsis icon at the corner of the particular user, and click Reset Password. cloud_scale_authentication_user_management_resetpwd_option

  2. Select the platform of the application for which the password is to be reset in the Redirect Details cloud_scale_authentication_user_management_redirect_details_reset

  3. Click Reset. cloud_scale_authentication_user_management_pwdreset_sent

This will automatically send a password reset email to the user’s email address for the application platform that you have chosen.

When the user clicks on the link, they will be redirected to the Password Reset page of your application where they can create a new password for their account.

Note: You can also send a password reset email using Java, Node.JS, Python, Web SDKs, or the API.

Modify a User’s Details

You can modify and update a user’s name or the role that they were assigned to. However, you will not be able to change a user’s registered email address, Org ID, or User ID.

To modify user information in your application:

  1. Click the ellipsis icon of the user whose information you wish to modify and select Edit. cloud_scale_authentication_user_management_edit_select

  2. Make any necessary changes in the pop-up widow and click Update. cloud_scale_authentication_user_management_editing_update

Delete a User

You can permanently delete a user from logging in to your application. The user will need to re-register in your application if they want to use it again.

To delete a user account from your application:

  1. Click the ellipsis icon for the user you wish to delete and select Delete. cloud_scale_authentication_user_management_del_select

  2. Click Yes, Proceed in the confirmation window. cloud_scale_authentication_user_management_del_confirm


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