> 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/rbac/csr-and-form-roles.md).

# Roles de CSR y formulario

{% hint style="info" %}
Aplicable a la versión 2.11 y superiores de SCEPman Certificate Master
{% endhint %}

Además de los roles descritos en [RBAC de Certificate Master](/es/configuracion-de-scepman/rbac.md), hay algunos más que no se agregan a la aplicación de Entra de forma predeterminada, ya que solo podrían ser necesarios en circunstancias especiales.

Estos roles pueden verse como un concepto más granular de lo que los `Request.*]` roles ya proporcionan, al otorgar específicamente los permisos para solicitar certificados mediante un CSR o el formulario.

### Roles CSR

<figure><img src="/files/fee42bd107e7897909cc77a7a863e607a9c18043" alt=""><figcaption></figcaption></figure>

Los siguientes roles permiten a los usuarios solicitar certificados en su sección específica, pudiendo solo proporcionar CSRs para ser firmados. No será posible crear un certificado a través del formulario.

* **Request.All.Csr**
* **Request.Client.Csr**
* **Request.CodeSigning.Csr**
* **Request.Server.Csr**
* **Request.SubCa.Csr**
* **Request.User.Csr**

### Roles de formulario

<figure><img src="/files/b25d004158abd0a23e699f5d6122b4084c484d88" alt=""><figcaption></figcaption></figure>

Los roles de formulario permitirán a los usuarios crear certificados utilizando el formulario integrado en Certificate Master. Con estos roles no es posible firmar CSRs.

* **Request.All.Form**
* **Request.Client.Form**
* **Request.CodeSigning.Form**
* **Request.Server.Form**
* **Request.SubCa.Form**
* **Request.User.Form**

## Añadir los roles

Todos estos roles se pueden añadir ejecutando el `Complete-SCEPmanInstallation` CMDlet en combinación con el `-AddAdditionalCertMasterAppRoles` parámetro. Esto requiere la versión 2.11 o posterior del módulo de PowerShell de SCEPman.

#### Ejemplo:

{% code overflow="wrap" lineNumbers="true" %}

```powershell
Install-Module SCEPman -Scope CurrentUser -Force
Complete-SCEPmanInstallation app-scepman-contoso -AddAdditionalCertMasterAppRoles
```

{% endcode %}


---

# 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/rbac/csr-and-form-roles.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.
