---
title: "Connect to Active Directory using an Agent"
slug: "connect-to-active-directory-using-an-agent"
updated: 2026-04-27T20:46:37Z
published: 2026-04-28T14:12:55Z
canonical: "documentation.decisions.com/connect-to-active-directory-using-an-agent"
---

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

# Connect to Active Directory using an Agent

## Overview

This article describes how to connect Decisions v9 to an Active Directory (AD) server using a Cloud-to-Site Agent. This approach is useful when the Decisions server cannot directly reach the AD environment due to network boundaries (for example, when AD is only reachable within a private network). In this configuration, Decisions routes directory requests through a deployed Agent that can reach the directory environment.

---

## When to Use a Cloud-to-Site Agent

- Active Directory is not reachable from the Decisions server due to firewall rules or network segmentation.
- Directory connectivity is permitted from a machine inside the client network, but not from the Decisions host.
- Agent-based routing is preferred to avoid opening inbound ports to the directory environment.

---

## Prerequisites

- An Active Directory environment and valid credentials for directory access (for example, a domain user with the required permissions).
- A deployed Decisions Agent is installed on a machine that can reach the AD environment.
- Decisions v9 Active Directory Settings available (AD module installed/enabled in the environment).

Related Documentation

- For registering, installing, and testing an Agent, refer to [Agent Setup and Testing](https://documentation.decisions.com/v8/docs/agent-setup-and-testing).
- For general Agent concepts and port behavior, refer to [Introduction to Agents](https://documentation.decisions.com/v8/docs/introduction-to-agents).
- For baseline Active Directory configuration fields and synchronization options, refer to [Setting up Active Directory (AD) Server Authentication](https://documentation.decisions.com/version-10/docs/en/activedirectory).

---

## Configure Active Directory to Use a Cloud-to-Site Agent

1. Navigate to **System > Settings** and select **Active Directory Settings**.
2. Under **Servers**, select **ADD** to create a new server configuration (or open an existing configuration to edit it).
3. Complete the required fields in **Portal Settings**, **Server Settings**, and **Synchronization Settings** as needed for the environment.
4. In **Server Settings**, enable **Use Cloud To Site Agent**.
5. In **Agent to Handle Requests**, select the deployed Agent that has network access to the AD environment.
6. Save the configuration.

---

For further information on Modules, visit the [Decisions Forum](https://community.decisions.com/categories/Modules).
