> 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/identity-provider.md).

# Identitätsanbieter

Ein **Identitätsanbieter** (IdP) ist ein externer Dienst, der Benutzeridentitäten und Anmeldeinformationen speichert und verwaltet. Devolutions PAM interagiert mit diesen Anbietern, um identitätsbezogene Aktionen wie [Passwortrotationen](/pam/de/concepts/password-rotation.md), Kontovalidierungen und Sitzungsautorisierungen durchzuführen. Identitätsanbieter sind niemals intern in Devolutions PAM; sie dienen als externe Quellen, auf die die Plattform über konfigurierte Anbieter zugreift.

Zu den gängigen Identitätsanbietern gehören [Microsoft Active Directory](https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-default-user-accounts), [MySQL-Datenbanken](https://dev.mysql.com/doc/refman/8.4/en/user-names.html), [Windows-Betriebssysteme](https://support.microsoft.com/en-us/windows/manage-user-accounts-in-windows-104dc19f-6430-4b49-6a2b-e4dbd1dcdf32) und [Linux-Betriebssysteme](https://www.redhat.com/sysadmin/linux-user-group-management). Jedes dieser Systeme übernimmt die Kernfunktionen [Authentifizierung, Autorisierung und Accounting (AAA)](https://en.wikipedia.org/wiki/Authentication,_authorization,_and_accounting), die grundlegend für die sichere Verwaltung von Zugriffen sind.

Innerhalb von Devolutions PAM sind Identitätsanbieter unerlässlich für die Ausführung privilegierter Aufgaben an verwalteten Konten. Administratoren können Interaktionen mit diesen externen Quellen mithilfe von Aktionen automatisieren und so die Verwaltung von Anmeldeinformationen optimieren, während eine strikte Kontrolle und Nachvollziehbarkeit gewahrt bleibt.

#### Aliasse für Identitätsanbieter

* IdP
* Authentifizierungsanbieter
* Identity-as-a-Service (IDaaS)-Anbieter

#### Verwandte Themen

* [Anbieter (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers.md)
* [Anbieter (Devolutions Cloud)](/pam/de/pam-with-devolutions-cloud/providers.md)

#### Siehe auch

* [Einen Entra ID PAM-Anbieter erstellen (Devolutions Cloud)](/pam/de/knowledge-base/how-to-articles/create-an-entra-id-pam-provider-devolutions-cloud.md)
* [Einen Entra ID PAM-Anbieter erstellen (Devolutions Server)](/pam/de/knowledge-base/how-to-articles/create-an-entra-id-pam-provider-devolutions-server.md)
* [Windows-Benutzeranbieter erstellen (Devolutions Server)](/pam/de/knowledge-base/how-to-articles/create-a-windows-user-provider.md)
* [Glossar gängiger Begriffe der privilegierten Zugriffsverwaltung (PAM)](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [Benötigen Sie eine Cybersicherheitsversicherung? Dann brauchen Sie wahrscheinlich auch PAM](https://blog.devolutions.net/2023/10/need-cybersecurity-insurance-then-you-probably-need-pam-too/)


---

# 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/identity-provider.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.
