> ## Documentation Index
> Fetch the complete documentation index at: https://nango-wari-integration-config-credentials-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Orange Logic - How do I link my account?

## Overview

To authenticate with Orange Logic, you will need:

1. **Server URL** - The base URL of your Orange Logic instance.
2. **Client ID** - Your OAuth 2.0 Client ID.
3. **Client Secret** - Your OAuth 2.0 Client Secret.

This guide will walk you through finding your **Server URL** and obtaining your **OAuth 2.0 Client Credentials**.

### Prerequisites:

* You must have an Orange Logic account with administrator access or access to the Administration panel.

### Instructions:

#### Step 1: Find your Orange Logic URL

Your Orange Logic Server URL is the hostname of your Orange Logic instance (e.g., `mycompany.orangelogic.com`, without the `https://` prefix). You can find it in the address bar when logged into Orange Logic.

#### Step 2: Obtain Client Credentials

1. Log in to the Orange Logic interface.
2. Go to **Administration** > **Contacts** > **Accounts** and select the account type of the user you want to authenticate. In most situations, select **OAuth Client Application Accounts**.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ad8J71ieYkPRIIaQ/api-integrations/orange-logic/oauth_client_apps.png?fit=max&auto=format&n=Ad8J71ieYkPRIIaQ&q=85&s=e00bbdbff7f31b9207ed71f56d4f48c9" width="475" height="517" data-path="api-integrations/orange-logic/oauth_client_apps.png" />

3. Search for the user account.
4. Click **View** next to the user you want to authenticate. The user's Account information opens.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ad8J71ieYkPRIIaQ/api-integrations/orange-logic/view_account.png?fit=max&auto=format&n=Ad8J71ieYkPRIIaQ&q=85&s=17cede534f46bcab8aaca874035fd770" width="1010" height="246" data-path="api-integrations/orange-logic/view_account.png" />

5. Click the **OAuth 2.0 Client Credentials** button to open the Client Credentials window.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ad8J71ieYkPRIIaQ/api-integrations/orange-logic/view_client_credentials.png?fit=max&auto=format&n=Ad8J71ieYkPRIIaQ&q=85&s=46ae6fdede7823647a894c847f359eb7" width="410" height="620" data-path="api-integrations/orange-logic/view_client_credentials.png" />

6. Copy the **Client ID** and **Client Secret**.

#### Step 3: Enter credentials in the Connect UI

1. Open the form where you need to authenticate with Orange Logic.
2. Enter your **Server URL**, **Client ID** and **Client Secret** in their respective fields.
3. Submit the form to complete authentication.

<img src="https://mintcdn.com/nango-wari-integration-config-credentials-api/Ad8J71ieYkPRIIaQ/api-integrations/orange-logic/form.png?fit=max&auto=format&n=Ad8J71ieYkPRIIaQ&q=85&s=697f1689c8c98b93f59803b730bd0e30" style={{maxWidth: "450px" }} width="501" height="700" data-path="api-integrations/orange-logic/form.png" />

You are now connected to Orange Logic.
