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

# 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/SgAhp5WbAAf-4I0c/api-integrations/orange-logic/oauth_client_apps.png?fit=max&auto=format&n=SgAhp5WbAAf-4I0c&q=85&s=7ce77f18296d8af940ab3bd788329208" 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/SgAhp5WbAAf-4I0c/api-integrations/orange-logic/view_account.png?fit=max&auto=format&n=SgAhp5WbAAf-4I0c&q=85&s=58555636cad83f34e440408ef593bf32" 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/SgAhp5WbAAf-4I0c/api-integrations/orange-logic/view_client_credentials.png?fit=max&auto=format&n=SgAhp5WbAAf-4I0c&q=85&s=865b374c714a38f2a512b0ce7e57d07a" 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/SgAhp5WbAAf-4I0c/api-integrations/orange-logic/form.png?fit=max&auto=format&n=SgAhp5WbAAf-4I0c&q=85&s=7dd45cbf7cbe428fa350084f9a84b5ce" style={{maxWidth: "450px" }} width="501" height="700" data-path="api-integrations/orange-logic/form.png" />

You are now connected to Orange Logic.
