# Active Directory Security

## 👥 What is Active Directory Security ?

Using the [Active Directory](/installation-setup/installation/active-directory.md) security you can restrict access to your survey to users having a valid Active Directory account. This security item can be setup to either allow single sign on or to let the users login manually using their Active Directory credentials.&#x20;

## 🔅 Active Directory security properties

* **`Allow multiple submissions`** respondents can take part multiple time to the same survey.
* **`Single sign on`** user must be already logged in using their Active Directory credentials in their browsers. Not let the respondent enter their credential manually you may leave single sign on off.

{% hint style="warning" %}
Single sign on requires that ngSurvey's Active Directory module is configured for [single sign on support](/installation-setup/installation/active-directory/active-directory-setup.md).
{% endhint %}

{% hint style="success" %}
This security item can be used as a [key provider](/form-management/security/key-provider-concepts.md).&#x20;
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ngsurvey.com/form-management/security/security-items/active-directory-security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
