> 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/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-from-a-template.md).

# Creare un provider PAM personalizzato da un modello

Crei un provider PAM personalizzato da un modello seguendo i passaggi indicati di seguito.

1. Per creare il provider, per prima cosa vada su ***Amministrazione – Accesso privilegiato*** in Devolutions Server e selezioni ***Provider***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4074_2024_3.png" alt=""><figcaption></figcaption></figure>
2. Clicchi sul segno + per aggiungere un provider.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4075_2024_3.png" alt=""><figcaption></figcaption></figure>
3. Selezioni Personalizzato e poi scelga il suo modello. Qui è visualizzato un modello di provider esistente denominato ***Windows Local Accounts***.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4076_2024_3.png" alt=""><figcaption></figcaption></figure>
4. Definisca un nome e fornisca i valori per tutte le proprietà del provider.

   <figure><img src="https://cdnweb.devolutions.net/docs/DVLS4077_2024_3.png" alt=""><figcaption></figcaption></figure>

   <div data-gb-custom-block data-tag="hint" data-style="success" class="hint hint-success"><p>I provider PAM personalizzati sono progettati per la connessione a un singolo endpoint del provider di identità. In generale, si consiglia di creare un provider PAM personalizzato per ogni provider di identità.</p></div>

   Dopo aver fornito i valori per tutte le proprietà del provider, è possibile [aggiungere una cassaforte PAM](/pam/it/pam-with-devolutions-cloud/pam-vaults.md#pam-vault-setup) per il provider oppure aggiungere una configurazione di rilevamento degli account. Per impostazione predefinita, è selezionato ***Aggiungi cassaforte PAM***. Consulti [configurazione di rilevamento degli account](/pam/it/pam-with-devolutions-server/account-discovery-configurations.md) per informazioni su come aggiungere una configurazione di rilevamento degli account.

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

In questa pagina è anche possibile specificare una credenziale con cui eseguire tutte le azioni oppure designare un host Windows specifico per l'esecuzione delle azioni.

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

{% hint style="info" %}
Per impostazione predefinita, un provider PAM personalizzato esegue tutte le azioni su Devolutions Server con l'account utente ***NETWORK SERVICE***. Se vengono specificati un nome utente e una password in ***Esegui come***, i provider PAM personalizzati tenteranno prima di autenticarsi a Devolutions Server con tale account utente ed eseguiranno tutti gli script delle azioni con quell'account. Se viene specificato un ***Nome host***, il provider PAM personalizzato presuppone un host Windows remoto e tenterà di eseguire tutti gli script delle azioni localmente su tale host tramite [PowerShell remoting](https://learn.microsoft.com/en-us/powershell/scripting/learn/ps101/08-powershell-remoting?view=powershell-7.4).
{% endhint %}

Infine, in ***Impostazioni***, è possibile fornire un [criterio password](https://docs.devolutions.net/rdm/it/ribbon-menu-bar/administration/templates/password-policies) personalizzato, se necessario. Tutti i criteri password personalizzati disponibili si trovano in ***Amministrazione*** – ***Criteri password***. Quando viene eseguita l'azione di rotazione della password, verrà utilizzato il criterio password qui definito per generare una nuova password.

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

#### Vedere anche

* [Devolutions Academy - Configurazione di un provider PAM personalizzato](https://academy.devolutions.net/student/path/2354099/activity/3423448)


---

# 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/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-from-a-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.
