Overview

To authenticate with Cloudentity, you will need:
  1. Client ID - A unique identifier for your application on Cloudentity.
  2. Client Secret - A key that grants Nango permission to interact with Cloudentity APIs resources and services.
  3. Tenant ID - Tenant ID for your application on Cloudentity.
  4. Region ID - Region ID for your application on Cloudentity.
  5. Workspace ID - Workspace ID for your application on Cloudentity.
This guide will walk you through generating the API Key within Cloudentity.

Prerequisites:

Step 1: Creating Client ID and Client Secret

  1. Click on the Applications option from the dropdown menu, and select Clients.
  1. Click on the CREATE CLIENT button at the top right corner.
  1. Enter the required details for the client
  1. Click on the CREATE button at the bottom right corner.
  1. You will find the Client ID and Client Secret on the right side of the page.
Note: It is important to store this key securely as it will not be visible again once you leave the API Key page.

Step 2: Retrieving the Tenant ID

  1. Once logged in to you Cloudentity dashboard, at the top right corner, you should find the tenant ID in the format Tenant {tenant_id}. You are interested in the tenant_id part.

Step 3: Retrieving the Region ID

  1. The region ID is usually found in the URL of your Cloudentity dashboard. It is the part of the URL that comes after https://{tenant_id}. It could be us, eu, or any other region.

Step 4: Retrieving the Workspace ID

  1. Log in to your Cloudentity dashboard
  2. On the left sidebar, click on the Settings option.
3.You should see the General settings page. You will find the Workspace ID here.

Step 5: Connect Your Cloudentity Account

To authenticate using your API credentials, navigate to the Cloudentity authentication form. Enter your credentials as follows:
  • Client ID: Enter the Client ID you obtained from Cloudentity.
  • Client Secret: Enter the Client Secret you obtained from Cloudentity.
  • Tenant ID: Enter the Tenant ID you obtained from Cloudentity.
  • Region ID: Enter the Region ID you obtained from Cloudentity.
  • Workspace ID: Enter the Workspace ID you obtained from Cloudentity.
Click “Connect” to complete the authentication. Note: Make sure to match the credentials exactly as shown above - the field names in the form may differ from your Cloudentity dashboard.