# How to Create OAuth Credentials for Exact Online

This guide will help you set up your Exact Online OAuth app to connect with Apideck.

Before you begin, make sure you have Exact Online account with access to the App Store.


## 1. Create the OAuth application

### Sign in to Exact Online App Store

- Sign in to the [Exact Online App Store](https://apps.exactonline.com/)

  ![Sign in](https://res.cloudinary.com/apideck/image/upload/v1755863845/docs/connectors/exact-online/login-exact.png)

### Register a test app

- Click **Register a test app** (you can move it to production later)

  ![Register app](https://res.cloudinary.com/apideck/image/upload/v1755863845/docs/connectors/exact-online/app-page.png)

### Configure app details

- Enter the following details:
  - **App Name:** Choose a descriptive name for your app  
  - **Redirect URI:** `https://unify.apideck.com/vault/callback`  
  - Accept the terms and conditions

  ![App details](https://res.cloudinary.com/apideck/image/upload/v1755863845/docs/connectors/exact-online/register-app.png)

### Get your OAuth credentials

- After creating the app, note down the **Client ID** and **Client Secret**

  ![Client ID & Secret](https://res.cloudinary.com/apideck/image/upload/v1755863845/docs/connectors/exact-online/clientid-secret.png)

**💡 TIP**: Copy the Client ID and Client Secret immediately. The Client Secret may only be visible once when you first create the app.

## 2. Add the credentials in Apideck

- Navigate to the Exact Online connector configuration in the **Apideck Dashboard**
- Select **Use your Exact Online client credentials**
- Enter the following OAuth credentials:
  - **Client ID** → `client_id`: Paste the Client ID from your Exact Online app
  - **Client Secret** → `client_secret`: Paste the Client Secret from your Exact Online app
- Click **Save settings** to save your credentials

 ![dashboard setup](https://res.cloudinary.com/apideck/image/upload/v1762523266/docs/connectors/exact-online/test-vault.png)

## 4. Test your connection

Now that you have your Exact Online connector configured, you can test the connection:

1. Click on the Test Vault
2. Select your **API domain** and click **Save**

  ![Select domain](https://res.cloudinary.com/apideck/image/upload/v1755863846/docs/connectors/exact-online/vault-config.png)

3. Then click **Authorize** to authorize the connection
4. You will be redirected to the correct Exact Online domain to sign in
5. Once authorized, the connection status will change to **Connected**

  ![Connected status](https://res.cloudinary.com/apideck/image/upload/v1755863845/docs/connectors/exact-online/vault-authorization.png)

Your Exact Online OAuth credentials are now configured and ready to use! 🎉

