> ## Documentation Index
> Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloudentity - How do I link my account?

# 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:

* You should have a registered account with Cloudentity. Create one on [Cloudentity Getting Started page](https://lime.certn.co/welcome/signUp/).
* Permission to generate an **API Key**.

#### Step 1: Creating Client ID and Client Secret

2. Click on the **Applications** option from the dropdown menu, and select **Clients**.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_select_clients.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=a7d32c0259c37b858e06e3aebeed0409" width="540" height="1448" data-path="integrations/all/cloudentity/cloudentity_select_clients.png" />

3. Click on the **CREATE CLIENT** button at the top right corner.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_create_client.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=aae5ceb032ed29705034341e68592048" width="2360" height="464" data-path="integrations/all/cloudentity/cloudentity_create_client.png" />

4. Enter the required details for the client

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_fill_application_details.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=cbec5fbf19bdf38e23363f440170d09a" width="2339" height="1430" data-path="integrations/all/cloudentity/cloudentity_fill_application_details.png" />

5. Click on the **CREATE** button at the bottom right corner.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_click_create_button.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=83039c5f4f726979592b836fa97ae661" width="2362" height="618" data-path="integrations/all/cloudentity/cloudentity_click_create_button.png" />

6. You will find the **Client ID** and **Client Secret** on the right side of the page.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_copy_keys.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=9d477409da1bdca6d25fc2f4521a53be" width="1006" height="1114" data-path="integrations/all/cloudentity/cloudentity_copy_keys.png" />

**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.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_copy_tenant_id.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=9af97c11592175c225402cf5d7ed325a" width="838" height="1378" data-path="integrations/all/cloudentity/cloudentity_copy_tenant_id.png" />

#### 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.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_select_settings.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=a8a656afdc8ed6106b24005e87d74d2a" width="702" height="1398" data-path="integrations/all/cloudentity/cloudentity_select_settings.png" />

3.You should see the General settings page. You will find the **Workspace ID** here.

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/cloudentity_copy_workspace_id.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=c14f8b3661e7934cd5a5a1ed7511dae2" width="1326" height="1396" data-path="integrations/all/cloudentity/cloudentity_copy_workspace_id.png" />

#### Step 5: Connect Your Cloudentity Account

<img src="https://mintcdn.com/nango/NOoh2SaXumw3Gno2/integrations/all/cloudentity/connect_ui.png?fit=max&auto=format&n=NOoh2SaXumw3Gno2&q=85&s=475e2acb28bcb9a2fe8bf301d63f79a4" width="1020" height="1393" data-path="integrations/all/cloudentity/connect_ui.png" />

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.
