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

# Kontoerkennung

**Kontenerkennung** ist der Prozess der Identifizierung von Konten von externen [Identitätsanbietern](/pam/de/concepts/identity-provider.md), damit diese von einer Lösung zur privilegierten Zugriffsverwaltung wie Devolutions PAM gesichert, überwacht und verwaltet werden können. Diese Identitäten können Personen oder Dienste darstellen und die Form von Benutzeranmeldeinformationen, Zertifikaten oder registrierten Anwendungen annehmen, wie zum Beispiel [Microsoft Entra ID-Anwendungen](https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals?tabs=browser).

Jedes erkannte Konto stellt eine eindeutige Identität dar, die mit bestimmten Zugriffsrechten und Autorisierungsebenen verknüpft ist. Beispielsweise können ein Active Directory-Konto eines Mitarbeiters der Personalabteilung oder ein mit einem Webserver verknüpftes Zertifikat während des Erkennungsprozesses aufgedeckt werden. Diese Transparenz ist unerlässlich, um Zugriffskontrollen durchzusetzen und die Sicherheits-[Compliance](/pam/de/concepts/compliance-reporting.md) aufrechtzuerhalten.

Devolutions PAM unterstützt die Kontenerkennung durch die Integration mit unterstützten Identitätsanbietern und speichert erkannte Identitäten in einem zentralisierten [Tresor](/pam/de/concepts/vaults.md) für privilegierte Zugriffe. Dies hilft Organisationen, die Nutzung privilegierter Konten ohne manuelle Eingabe zu sichern und zu verfolgen, erleichtert die Automatisierung, reduziert Risiken und verbessert die betriebliche Effizienz.

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

#### Aliasse für Kontenerkennung

* Identitätserkennung
* Erkennung von Anmeldeinformationen
* Erkennung privilegierter Konten

#### Verwandte Themen

* [Kontenerkennung](/pam/de/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#account-discovery)
* [Externe PAM-Integrationen](https://docs.devolutions.net/rdm/de/concepts/advanced-concepts/external-pam-integrations)

#### Siehe auch

* [Konfiguration der Entra ID-Kontenerkennung (Devolutions Server)](/pam/de/pam-with-devolutions-server/account-discovery-configurations/entra-id-account-discovery-configuration.md)
* [Konfiguration der Domänenkontenerkennung (Devolutions Server](/pam/de/pam-with-devolutions-server/account-discovery-configurations/domain-account-discovery-configuration.md)
* [Konten aus einer Kontenerkennungskonfiguration importieren (Devolutions Server)](/pam/de/pam-with-devolutions-server/getting-started/import-accounts-from-an-account-discovery-configuration.md)
* [Konfiguration der SSH-Erkennung lokaler Konten (Devolutions Server)](/pam/de/pam-with-devolutions-server/account-discovery-configurations/ssh-local-account-discovery-configuration.md)
* [Konfiguration der SQL-Kontenerkennung (Devolutions Server)](/pam/de/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/de/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.
