> 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/pam/fr/concepts/account-discovery.md).

# Détection de compte

La **détection de compte** est le processus d'identification des comptes provenant de [fournisseurs d'identité](/pam/fr/concepts/identity-provider.md) externes afin qu'ils puissent être sécurisés, surveillés et gérés par une solution de gestion des accès privilégiés (PAM) telle que Devolutions PAM. Ces identités peuvent représenter des personnes ou des services et peuvent prendre la forme d'identifiants d'utilisateur, de certificats ou d'applications enregistrées, comme les [applications Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals?tabs=browser).

Chaque compte détecté représente une identité unique liée à des droits d'accès et à des niveaux d'autorisation précis. Par exemple, un compte Active Directory pour un employé des RH ou un certificat lié à un serveur web peut être révélé pendant le processus de détection. Cette visibilité est essentielle pour appliquer les contrôles d'accès et maintenir la [conformité](/pam/fr/concepts/compliance-reporting.md) en matière de sécurité.

Devolutions PAM prend en charge la détection de compte en s'intégrant aux fournisseurs d'identité pris en charge et en stockant les identités détectées dans un [coffre](/pam/fr/concepts/vaults.md) d'accès privilégiés centralisé. Cela aide les organisations à sécuriser et à suivre l'utilisation des comptes privilégiés sans saisie manuelle, ce qui facilite l'automatisation, réduit les risques et améliore l'efficacité opérationnelle.

{% embed url="<https://youtu.be/IIx5xQ2iohE?start=142>" %}

#### Synonymes de détection de compte

* Détection d'identité
* Détection d'identifiants
* Détection de comptes privilégiés

#### Sujets connexes

* [Détection de compte](/pam/fr/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#account-discovery)
* [Intégrations PAM externes](https://docs.devolutions.net/rdm/fr/concepts/advanced-concepts/external-pam-integrations)

#### Voir aussi

* [Configuration de détection de comptes Entra ID (Devolutions Server)](/pam/fr/pam-with-devolutions-server/account-discovery-configurations/entra-id-account-discovery-configuration.md)
* [Configuration de détection de comptes de domaine (Devolutions Server](/pam/fr/pam-with-devolutions-server/account-discovery-configurations/domain-account-discovery-configuration.md)
* [Importer des comptes à partir d'une configuration de détection de compte (Devolutions Server)](/pam/fr/pam-with-devolutions-server/getting-started/import-accounts-from-an-account-discovery-configuration.md)
* [Configuration de détection de comptes locaux SSH (Devolutions Server)](/pam/fr/pam-with-devolutions-server/account-discovery-configurations/ssh-local-account-discovery-configuration.md)
* [Configuration de détection de comptes SQL (Devolutions Server)](/pam/fr/pam-with-devolutions-server/account-discovery-configurations/sql-account-discovery-configuration.md)


---

# 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/pam/fr/concepts/account-discovery.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.
