> 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/custom-pam-provider-template.md).

# Vorlage für benutzerdefinierten PAM-Anbieter

Eine benutzerdefinierte PAM-Provider-Vorlage definiert die Gruppe von Aktionen und Eigenschaften, die Devolutions PAM zur Konfiguration eines [Identitätsanbieters](/pam/de/concepts/identity-provider.md) oder der [Passwortweitergabe](/pam/de/concepts/password-propagation.md) verwendet. Diese Vorlagen fungieren als Manifeste und enthalten eingebettete Skripte, Verbindungsparameter und Platzhalterwerte, die auf die spezifischen Anforderungen jedes Anbieters zugeschnitten sind.

Eine in Devolutions Server erstellte benutzerdefinierte PAM-Provider-Vorlage umfasst konfigurierbare Elemente wie [Endpunkt-URLs](/pam/de/concepts/identity-provider-endpoints.md), Ports und spezifische [Aktionseigenschaften](/pam/de/concepts/action-property.md). Vorlagen vereinfachen die Bereitstellung von Identitätsdiensten, indem sie eine konsistente Struktur bieten, um die Passwortweitergabe oder die Anbietererstellung zu automatisieren und zu standardisieren.

Durch die Aktivierung von Vorlagen trägt Devolutions PAM dazu bei, den Einrichtungsprozess sicher und einfach zu gestalten und gleichzeitig Flexibilität über Identitätssysteme hinweg zu bewahren. Vorlagen sind besonders nützlich in dynamischen oder hybriden Umgebungen, in denen Identitätsintegrationen je nach Abteilung oder Anwendungsfall variieren können.

#### Verwandte Themen

* [Benutzerdefinierte PAM-Provider](/pam/de/pam-with-devolutions-server/providers/custom-pam-providers.md)
* [Einen benutzerdefinierten PAM-Provider in Devolutions Server erstellen](/pam/de/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-in-devolutions-server.md)
* [Einen benutzerdefinierten PAM-Provider in Devolutions Server importieren](/pam/de/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-from-a-template.md)
* [Ein Aktionsskript für einen benutzerdefinierten PAM-Provider in Devolutions Server erstellen](/pam/de/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-in-devolutions-server.md)

#### Siehe auch

* [Azure Key Vault-Secret (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers/custom-pam-providers/azure-key-vault-secret.md)
* [SQL Server-Anmeldung (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers/custom-pam-providers/sql-server-login.md)
* [Lokale Windows-Konten (Devolutions Server)](/pam/de/pam-with-devolutions-server/providers/custom-pam-providers/windows-local-accounts.md)
* [YouTube - Devolutions PAM-Playlist](https://www.youtube.com/watch?v=hsLuhLJjCaM\&list=PLfidkb9pPIfJDEMOn1wK2a8MsFdE-EZPX)
* Devolutions Blog:
  * [Inside the custom PAM provider workflow: account discovery](https://blog.devolutions.net/2024/10/inside-the-anyidentity-workflow-account-discovery/)
  * [Inside the custom PAM provider workflow: heartbeat](https://blog.devolutions.net/2024/10/inside-the-anyidentity-workflow-heartbeat/)
  * [Inside the custom PAM provider workflow: password rotation](https://blog.devolutions.net/2024/10/inside-anyidentity-workflow-password-rotation/)
  * [Inside the custom PAM provider workflow: password propagation](https://blog.devolutions.net/2024/10/inside-the-anyidentity-workflow-password-propagation/)
  * [Decoding custom PAM providers: customizable identity management for the modern enterprise](https://blog.devolutions.net/2024/10/decoding-anyidentity-customizable-identity-management-for-the-modern-enterprise/)
  * [Spotlight on remote PAM with custom PAM providers and Devolutions Gateway](https://blog.devolutions.net/2024/11/inside-20243-secure-remote-pam-with-anyidentity-and-devolutions-gateway/)


---

# 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/custom-pam-provider-template.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.
