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

# Configurer l'authentification unique (SSO) de domaine

{% hint style="info" %}
La machine qui héberge Devolutions Server doit être jointe au [domaine configuré](/server/fr/web-interface/administration/configuration/server-settings/general/authentication/domain.md) pour que l'authentification unique de domaine (SSO) fonctionne.
{% endhint %}

Ces étapes fournissent l'information pour activer la fonctionnalité ***authentification unique de domaine (SSO)*** dans Devolutions Server.

### Étapes

1. Ouvrez l'application de bureau ***Server Manager*** et allez à ***Manage – Add Roles and Features***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB5001.png" alt=""><figcaption></figcaption></figure>
2. Dans la section ***Server Roles***, assurez-vous que le rôle de serveur ***Windows Authentication*** est installé.
3. Lorsque vous avez terminé, vous pouvez fermer les fenêtres ***Add Roles and Features Wizard*** et ***Server Manager***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4378.png" alt=""><figcaption></figcaption></figure>
4. Ouvrez le ***gestionnaire IIS***. Sélectionnez le serveur dans l'arborescence et ouvrez la ***Délégation des fonctionnalités*** dans la section ***Gestion***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4379.png" alt=""><figcaption></figcaption></figure>
5. Réglez la fonctionnalité ***Authentification - Windows*** à la valeur ***Lecture/Écriture***.
6. Lorsque vous avez terminé, vous pouvez fermer le ***gestionnaire IIS***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2129.png" alt=""><figcaption></figcaption></figure>
7. Dans ***Administration – Paramètres du serveur – Authentification*** de l'interface Web de l'instance Devolutions Server, cochez la case de l'option ***Activer l'authentification unique de domaine (SSO)***. Lorsque vous avez terminé, cliquez sur le bouton ***Enregistrer***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS6007_2024_1.png" alt=""><figcaption></figcaption></figure>
8. Définissez les propriétés de l'identifiant administrateur dans ***Administration – Paramètres du serveur – Authentification – Domaines***.
9. Enfin, dans la configuration de l'espace de travail de chaque client dans Remote Desktop Manager, activez l'option ***Utiliser l'authentification Windows***, puis cliquez sur ***OK*** lorsque vous avez terminé pour enregistrer vos 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/fr/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.
