> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/server/de/knowledge-base/how-to-articles/configure-domain-single-sign-on-sso.md).

# Domänen-Single Sign-On (SSO) konfigurieren

{% hint style="info" %}
Der Computer, auf dem Devolutions Server gehostet wird, muss der [konfigurierten Domain](/server/de/web-interface/administration/configuration/server-settings/general/authentication/domain.md) beigetreten sein, damit Domain-Single-Sign-On (SSO) funktioniert.
{% endhint %}

Diese Schritte enthalten die Informationen zum Aktivieren der Funktion ***Domain-Single-Sign-On (SSO)*** in Devolutions Server.

### Schritte

1. Öffnen Sie die Desktop-Anwendung ***Server Manager*** und gehen Sie zu ***Manage – Add Roles and Features***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB5001.png" alt=""><figcaption></figcaption></figure>
2. Stellen Sie im Abschnitt ***Server Roles*** sicher, dass die Serverrolle ***Windows Authentication*** installiert ist.
3. Danach können Sie die Fenster ***Add Roles and Features Wizard*** und ***Server Manager*** schließen.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4378.png" alt=""><figcaption></figcaption></figure>
4. Öffnen Sie den ***IIS Manager***. Wählen Sie den Server in der Baumansicht aus und öffnen Sie die ***Feature Delegation*** im Abschnitt ***Management***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4379.png" alt=""><figcaption></figcaption></figure>
5. Setzen Sie die Funktion ***Authentication - Windows*** auf den Wert ***Read/Write***.
6. Danach können Sie den ***IIS Manager*** schließen.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2129.png" alt=""><figcaption></figcaption></figure>
7. Aktivieren Sie in ***Administration – Server Settings – Authentication*** der Webschnittstelle der Devolutions Server-Instanz das Kontrollkästchen ***Enable domain single sign-on (SSO)***. Klicken Sie anschließend auf die Schaltfläche ***Save***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS6007_2024_1.png" alt=""><figcaption></figcaption></figure>
8. Legen Sie die Eigenschaften der Administrator-Anmeldeinformationen unter ***Administration – Server Settings – Authentication – Domains*** fest.
9. Aktivieren Sie schließlich in der Datenquellenkonfiguration jedes Clients in Remote Desktop Manager die Option ***Use Windows authentication*** und klicken Sie anschließend auf ***OK***, um Ihre Änderungen zu speichern.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4381.png" alt=""><figcaption></figcaption></figure>


---

# 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.devolutions.net/server/de/knowledge-base/how-to-articles/configure-domain-single-sign-on-sso.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.
