> 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/knowledge-base/how-to-articles/configure-a-pam-provider-to-rotate-its-own-password.md).

# Configure a PAM provider to rotate its own password

Privileged users can rotate a PAM provider password—either manually or on a schedule—in a few simple steps.

{% hint style="info" %}
This feature works with every PAM provider, except for Entra ID, as it is an APP registration.
{% endhint %}

1. [Configure a PAM provider](https://docs.devolutions.net/pam/server/getting-started/add-pam-provider/).

![](https://cdnweb.devolutions.net/docs/DVLS4133_2024_3.png)

2. Create the provider as an entry in a PAM vault.

![](https://cdnweb.devolutions.net/docs/DVLS4134_2024_3.png)

3. Click on the entry's ***check synchronization status*** button to very if it is accessible.

![](https://cdnweb.devolutions.net/docs/DVLS4135_2024_3.png)

4. Head back to the PAM provider and click the ***Edit*** button. Under ***Credentials***, set the ***Credential type*** to ***Linked credentials***.

![](https://cdnweb.devolutions.net/docs/DVLS4136_2024_3.png)

5. Click on the ***Linked credentials*** field, and select the PAM entry created during step #2 in the ***Privileged account*** window. Click on ***Ok***, then ***Save*** the PAM provider settings.

![](https://cdnweb.devolutions.net/docs/DVLS4137_2024_3.png)

The PAM provider password can then be rotated manually via the entry's ***Reset password*** button, or on a schedule by setting a password rotation schedule in the entry's ***Properties*** – ***Password rotation schedule***.

![](https://cdnweb.devolutions.net/docs/DVLS4139_2024_3.png)

![](https://cdnweb.devolutions.net/docs/DVLS4138_2024_3.png)

#### See also

* [Devolutions Academy - Configuring an Active Directory Provider](https://academy.devolutions.net/student/path/2354099/activity/3423446)
* [Devolutions Academy - Configuring an Entra ID Provider](https://academy.devolutions.net/student/path/2354099/activity/3423447)


---

# 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:

```
GET https://docs.devolutions.net/pam/knowledge-base/how-to-articles/configure-a-pam-provider-to-rotate-its-own-password.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
