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

# CSR- und Formularrollen

{% hint style="info" %}
Gilt für SCEPman Certificate Master Version 2.11 und höher
{% endhint %}

Zusätzlich zu den in [RBAC von Certificate Master](/de/scepman-konfiguration/rbac.md) beschriebenen Rollen gibt es noch einige weitere, die standardmäßig nicht zur Entra-Anwendung hinzugefügt werden, da sie möglicherweise nur in besonderen Umständen erforderlich sind.

Diese Rollen können als ein feiner granuliertes Konzept dessen betrachtet werden, was die `Request.*` Rollen bereits bieten, während sie gezielt die Berechtigungen zum Anfordern von Zertifikaten über eine CSR oder das Formular gewähren.

### CSR-Rollen

<figure><img src="/files/13aba3a4ebed229db88d4f7b95ebcf064d354562" alt=""><figcaption></figcaption></figure>

Die folgenden Rollen erlauben Benutzern, Zertifikate in ihrem jeweiligen Bereich anzufordern, wobei sie nur CSRs zum Signieren bereitstellen können. Eine Zertifikatserstellung über das Formular ist mit diesen Rollen nicht möglich.

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

### Formularrollen

<figure><img src="/files/5a941b5b79dd2d119bb1c8429a99076bab0d14f5" alt=""><figcaption></figcaption></figure>

Die Formularrollen ermöglichen es Benutzern, Zertifikate mithilfe des integrierten Formulars in Certificate Master zu erstellen. Das Signieren von CSRs ist mit diesen Rollen nicht möglich.

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

## Hinzufügen der Rollen

Alle diese Rollen können hinzugefügt werden, indem man das `Complete-SCEPmanInstallation` CMDlet ausführt. Dies erfordert Version 2.11 oder neuer des SCEPman PowerShell-Moduls.

#### Beispiel:

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

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

{% 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/de/scepman-konfiguration/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.
