> 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 del provider PAM

Questo flusso di lavoro viene utilizzato per applicare un account gestito PAM come identità del provider PAM. L'obiettivo è applicare una ***rotazione delle 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 seguenti.
{% endhint %}

1. Apra Devolutions Server.
2. Vada su ***Amministrazione*** – ***Accesso privilegiato*** – ***Provider*** per creare un provider.

   ![](https://cdnweb.devolutions.net/docs/DVLS0014_2025_3.png)
3. Nella finestra del provider, selezioni ***Personalizzato*** nel menu a discesa ***Tipo di credenziale***.
4. Apra una cassaforte PAM.
5. Aggiunga un ***Utente di dominio*** alla cassaforte PAM facendo clic sull'***icona + (Aggiungi)***.

   ![](https://cdnweb.devolutions.net/docs/DVLS6003_2024_3.png)
6. Compili manualmente i campi e selezioni il ***provider***.
7. Inserisca il ***nome utente*** e la ***password attuale***.

   ![](https://cdnweb.devolutions.net/docs/DVLS6004_2024_3.png)
8. Applichi la ***Pianificazione della rotazione delle password***.
9. Faccia clic su ***Aggiungi***.
10. L'account non è sincronizzato (non ancora verificato). Faccia ***clic con il pulsante destro*** sull'account.
11. Selezioni ***Verifica*** ***stato di sincronizzazione***.
12. Lo stato di sincronizzazione dovrebbe diventare verde.
13. Torni su ***Amministrazione*** – ***Accesso privilegiato*** – ***Provider***.
14. Selezioni il suo provider e sostituisca le ***Credenziali personalizzate*** con ***Credenziale collegata***.
15. Si apre la finestra ***Account privilegiato***.
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.
