> 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/es/configuracion-de-scepman/application-settings/active-directory/general.md).

# General

## AppConfig:ActiveDirectory:Keytab

*Linux: AppConfig\_\_ActiveDirectory\_\_Keytab*

**Valor:** Salida de New-SCEPmanADPrincipal

**Descripción:** La clave keytab de Kerberos codificada del principal del servicio creada por New-SCEPmanADPrincipal. La keytab está cifrada usando la clave pública del certificado CA de SCEPman, lo que permite una transferencia segura de esta información. Técnicamente, el cifrado es un PKCS#7 cifrado con la clave privada del certificado CA.

Aunque la propia keytab es información sensible, este valor cifrado solo puede ser descifrado por el certificado CA y SCEPman mantiene la keytab únicamente en memoria, por lo que no requiere precauciones especiales de seguridad, como configurar este valor en un secreto de Key Vault en lugar de una variable de entorno.

## AppConfig:ActiveDirectory:GroupFilter

*Linux: AppConfig\_\_ActiveDirectory\_\_GroupFilter*

**Valor:** Lista de grupos de AD separada por comas, especificados por su SID

**Descripción:** Esta configuración permite limitar el uso del endpoint a los miembros de los grupos de Active Directory especificados.

## AppConfig:ActiveDirectory:RenewalThresholdPercentage

*Linux: AppConfig\_\_ActiveDirectory\_\_RenewalThresholdPercentage*

**Valor:** Número de punto flotante del porcentaje. El valor predeterminado es 0.2 (20%).

**Descripción:** Si la validez restante de un certificado cae por debajo de este porcentaje de la validez total del certificado, se debe activar una renovación en el lado del cliente.

## AppConfig:ActiveDirectory:BaseUrl

*Linux: AppConfig\_\_ActiveDirectory\_\_BaseUrl*

**Valor:** <https://scepman.contoso.com>

**Descripción:** Esto define la URL base del endpoint de Active Directory que se mostrará en la página principal de SCEPman y se devolverá en las directivas solicitadas por tus clientes. El valor predeterminado es AppConfig:BaseUrl

{% hint style="info" %}
Esta configuración solo debe establecerse si necesitas que tu endpoint de Active Directory se acceda en una URL diferente a SCEPman en general.
{% endhint %}


---

# 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/es/configuracion-de-scepman/application-settings/active-directory/general.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.
