> 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/it/knowledge-base/how-to-articles/apply-password-rotation-to-pam-provider-credentials.md).

# Applicare la rotazione delle password alle credenziali dei provider PAM

Applichi la rotazione programmata delle password alle credenziali del provider PAM di Devolutions Server collegandole a un account gestito di una cassaforte PAM.

Questo flusso di lavoro viene utilizzato per applicare un account gestito PAM come identità del provider PAM. L'obiettivo è applicare una ***rotazione della password*** alle credenziali del provider PAM.

{% hint style="info" %}
È necessario configurare una [cassaforte PAM](/pam/it/pam-with-devolutions-server/pam-vaults.md) prima di seguire i passaggi indicati di seguito.
{% endhint %}

1. Apra Devolutions Server.
2. Vada in ***Administration*** – ***Privileged access*** – ***Providers*** per creare un provider.
3. Nella finestra del provider, selezioni ***Custom*** nel menu a discesa ***Credential type***.
4. Apra una cassaforte PAM.
5. Aggiunga un ***Domain user*** alla cassaforte PAM facendo clic sull'***icona + (Add)***.
6. Compili manualmente i campi e selezioni il ***provider***.
7. Inserisca il ***nome utente*** e la ***password attuale***.
8. Applichi la ***Password rotation schedule***.
9. Faccia clic su ***Add***.
10. L'account non è sincronizzato (non è ancora stato verificato). Faccia ***clic destro*** sull'account.
11. Selezioni ***Check*** ***Synchronization Status***.
12. Lo stato di sincronizzazione dovrebbe diventare verde.
13. Torni in ***Administration*** – ***Privileged access*** – ***Providers***.
14. Selezioni il suo provider e modifichi le ***Custom credentials*** in ***Linked credential***.
15. Si apre la finestra ***Privileged account***.
16. Selezioni l'account aggiunto in precedenza.
17. Faccia clic su ***OK*** per salvare e chiudere la finestra.


---

# 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/it/knowledge-base/how-to-articles/apply-password-rotation-to-pam-provider-credentials.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.
