> 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/knowledge-base/how-to-articles/configure-domain-single-sign-on-sso.md).

# Configure domain single sign-on (SSO)

{% hint style="info" %}
The machine hosting Devolutions Server must be joined to the [configured domain](https://docs.devolutions.net/server/web-interface/administration/configuration/server-settings/general/authentication/domain/) for domain single sign-on (SSO) to work.
{% endhint %}

These steps provide the information to enable the ***domain single sign-on (SSO)*** feature in Devolutions Server.

### Steps

1. Open the ***Server Manager*** desktop application and go to ***Manage – Add Roles and Features***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB5001.png" alt=""><figcaption></figcaption></figure>
2. In the ***Server Roles*** section, ensure that the ***Windows Authentication*** server role is installed.
3. When done, you can close the ***Add Roles and Features Wizard*** and ***Server Manager*** windows.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4378.png" alt=""><figcaption></figcaption></figure>
4. Open the ***IIS Manager***. Select the server in the tree view and open the ***Feature Delegation*** in the ***Management*** section.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4379.png" alt=""><figcaption></figcaption></figure>
5. Set the ***Authentication - Windows*** feature to the ***Read/Write*** value.
6. When done, you can close the ***IIS Manager***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2129.png" alt=""><figcaption></figcaption></figure>
7. In ***Administration – Server Settings – Authentication*** of the Devolutions Server instance web interface, check the ***Enable domain single sign-on (SSO)*** option box. When done, click on the ***Save*** button.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS6007_2024_1.png" alt=""><figcaption></figcaption></figure>
8. Set the administrator credential properties in the ***Administration – Server Settings – Authentication – Domains***.
9. Finally, in the workspace configuration of each client in Remote Desktop Manager, enable the ***Use Windows authentication*** option, then click ***OK*** when done to save your modifications.

   <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:

```
GET https://docs.devolutions.net/server/knowledge-base/how-to-articles/configure-domain-single-sign-on-sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
