SaaS Management using the SaaS Operation Console

Manage SaaS with SaaS Operation Console

Switch Consoles

In the SaaS Operation Console, functions for SaaS operation such as tenant management and user management can be used.

On the SaaSus console click the environment button at the top of the screen (where it says development environment > ) to return to the login environment selection page.

Then, click "SaaS Operation Console" again to switch consoles.

Create a SaaS Consumer Tenant

First, let's create two tenants for the sample application.

Click "Tenant Management" on the side menu

Click the Create Tenant button

First example tenant

  • Name: Tenant Sample 1
  • Primary Email Address: [email protected]
  • Representative's password: Temporary password that meets the requirements such as G@2qYPQq

Second example tenant

  • Name: Sample App Tenant 2
  • Primary email address: [email protected]
  • Representative's password: Temporary password that meets the requirements such as irG_l88r

(There are no rules to these values so others can be input)

You have now created a tenant and one user for each tenant that belongs to that tenant.

Creating SaaS Users

Let's take a look at the user list. Click User Management from the side menu.

The user created earlier is registered as the admin (SaaS administrator) role for each tenant and each environment.

In the SaaS Platform, the concept of "environment" can be used for the tenant of the SaaS customer.

For example, in SaaS that mainly uses APIs like Stripe, SaaS users need an environment for integration testing and development. SaaS administrators can define multiple environments, such as using the dev environment for these tasks and using the prod environment for actual operations.

  • Depending on the SaaS, multiple environments may not be necessary, so if you use a single environment, just take prod into consideration.

Now, let's register one user for each tenant.

Click the "Create User" button on the top right

For now, let's register 4 people.

Email Address: [email protected]
Password: password that meets the password requirements
Tenant: Tenant Sample 1
Username: User 1-1

Email Address: [email protected]
Password: password that meets the password requirements
Tenant: Tenant sample #1
Username: User 1-2

Email Address: [email protected]
Password: password that meets the password requirements
Tenant: Sample application tenant 2
Username: User 2-1

Email Address: [email protected]
Password: password that meets the password requirements
Tenant: Sample application tenant 2
Username: User 2-2

4 additional users have been registered.

Now let's add roles to these users.

Add Role to User

Click "Role Management" on the side menu

Search for the role you want to add.

First, let's give user 1-1 and user 1-2 the role of "general user" for "development" on "tenant sample 1".

Enter the above conditions and click Search.

None are displayed because there are no users with this role yet.

Now, assign roles by clicking "Grant Roles to Users" on the upper right.

Select the email addresses of User 1-1 and User 1-2 and click Add

Role added to user

In the same way, give user 2-1 and user 2-2 the role of "general user" for "development" on "sample application tenant 2".

Let's check whether the role has been granted on the user management screen as well. Click "User Management" in the side menu to confirm.

Preparations for SaaS operation are now complete.

Now let's turn your web application into SaaS!