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

# Configurare il single sign-on (SSO) di dominio

{% hint style="info" %}
La macchina che ospita Devolutions Server deve essere aggiunta al [dominio configurato](/server/it/web-interface/administration/configuration/server-settings/general/authentication/domain.md) affinché il single sign-on (SSO) di dominio funzioni.
{% endhint %}

Questi passaggi forniscono le informazioni per abilitare la funzionalità ***single sign-on (SSO) di dominio*** in Devolutions Server.

### Passaggi

1. Apra l'applicazione desktop ***Server Manager*** e vada su ***Manage – Add Roles and Features***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB5001.png" alt=""><figcaption></figcaption></figure>
2. Nella sezione ***Server Roles***, verifichi che il ruolo server ***Windows Authentication*** sia installato.
3. Al termine, può chiudere le finestre ***Add Roles and Features Wizard*** e ***Server Manager***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4378.png" alt=""><figcaption></figcaption></figure>
4. Apra ***IIS Manager***. Selezioni il server nella vista ad albero e apra ***Feature Delegation*** nella sezione ***Management***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4379.png" alt=""><figcaption></figcaption></figure>
5. Imposti la funzionalità ***Authentication - Windows*** sul valore ***Read/Write***.
6. Al termine, può chiudere ***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*** dell'interfaccia web dell'istanza di Devolutions Server, selezioni la casella dell'opzione ***Enable domain single sign-on (SSO)***. Al termine, clicchi sul pulsante ***Save***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS6007_2024_1.png" alt=""><figcaption></figcaption></figure>
8. Imposti le proprietà delle credenziali dell'amministratore in ***Administration – Server Settings – Authentication – Domains***.
9. Infine, nella configurazione dello spazio di lavoro di ogni client in Remote Desktop Manager, abiliti l'opzione ***Use Windows authentication***, quindi clicchi su ***OK*** al termine per salvare le sue modifiche.

   <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/it/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.
