> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/pt/configuracao-do-scepman/application-settings/active-directory.md).

# Active Directory

{% hint style="warning" %}
Apenas SCEPman Enterprise Edition

Aplicável à versão 3.0 e superior
{% endhint %}

{% hint style="info" %}
Estas definições só devem ser aplicadas ao SCEPman App Service, não ao Certificate Master. Consulte [Definições do SCEPman](/pt/configuracao-do-scepman/application-settings.md).
{% endhint %}

## Definições Gerais

As seguintes definições afetam, de forma geral, o comportamento do endpoint do Active Directory.

{% content-ref url="/pages/a6b93d794a53d4821619a1f2c2eacd70ed067ae5" %}
[Geral](/pt/configuracao-do-scepman/application-settings/active-directory/general.md)
{% endcontent-ref %}

## Modelos de Certificado

Além das definições gerais do endpoint, os modelos de certificado podem ser configurados de forma independente. O formato desses nomes de variáveis segue o esquema `AppConfig:ActiveDirectory:[Template]:[Setting]` onde `[Template]` deve ser substituído por User, Computer ou DC e `[Setting]` deve ser substituído pelo respetivo nome da definição. Pode encontrar as opções de configuração para os modelos de certificado nas páginas seguintes.

{% content-ref url="/pages/0808229f1e999d97ccd7d6426fe167a2aa3bdbf7" %}
[Modelo de utilizador](/pt/configuracao-do-scepman/application-settings/active-directory/modelo-de-utilizador.md)
{% endcontent-ref %}

{% content-ref url="/pages/ca2b98955b7cf93ab29bfb21a539f906258f909e" %}
[Modelo de computador](/pt/configuracao-do-scepman/application-settings/active-directory/modelo-de-computador.md)
{% endcontent-ref %}

{% content-ref url="/pages/ef4197d5306740426ab38b756374e34a4425dacf" %}
[Modelo de DC](/pt/configuracao-do-scepman/application-settings/active-directory/modelo-de-dc.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.scepman.com/pt/configuracao-do-scepman/application-settings/active-directory.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
