> 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/rdm/fr/knowledge-base/how-to-articles/enable-single-sign-on-with-windows-accounts.md).

# Activer l'authentification unique avec les comptes Windows

Le paramètre ***Enable Single-Sign-On with Windows accounts*** dans Remote Desktop Manager permet de réutiliser automatiquement une session utilisateur Windows authentifiée pour accéder à certains services et ressources sans demander à nouveau les identifiants.

Pour trouver le paramètre, ouvrez Remote Desktop Manager et allez dans ***File*** – ***Settings*** – ***Entry types*** – ***Sessions*** – ***Website***.

#### Les sessions Edge se connectent au mauvais locataire Microsoft 365

Lors de la création d'un profil Microsoft Edge dans Remote Desktop Manager pour se connecter à Microsoft 365 avec un locataire secondaire, Edge peut se rouvrir en utilisant le locataire principal qui est joint à Azure Active Directory. Après le relancement, le passage au locataire secondaire vous invite à vous reconnecter.

Cela s'explique par le fait que le paramètre ***Enable single-sign-on with Windows account*****s** utilise la même authentification unique que celle utilisée à l'extérieur de Remote Desktop Manager. Il doit donc être réglé à ***No***.


---

# 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/rdm/fr/knowledge-base/how-to-articles/enable-single-sign-on-with-windows-accounts.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.
