> 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/providers/managed-providers/entra-id-user-provider.md).

# Provider utente Entra ID

Il provider ***Utente Entra ID*** consente a Devolutions Server di archiviare le informazioni dell'applicazione Entra ID da utilizzare per il rilevamento degli account o per effettuare la rotazione delle password.

{% hint style="info" %}
Consulti [Creare un provider PAM Entra ID](/pam/it/knowledge-base/how-to-articles/create-an-entra-id-pam-provider-devolutions-server.md) per maggiori informazioni sulla configurazione in Azure.
{% endhint %}

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

### Generale

| OPZIONI         | DESCRIZIONE                              |
| --------------- | ---------------------------------------- |
| **Nome**        | Nome visualizzato del provider.          |
| **Descrizione** | Descrizione personalizzata del provider. |

### Server

| OPZIONI       | DESCRIZIONE                 |
| ------------- | --------------------------- |
| **ID tenant** | ID del tenant Azure.        |
| **ID client** | ID dell'applicazione Azure. |

### Credenziali

| OPZIONI                   | DESCRIZIONE                                                                                                                                                                                                                                                                                  |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Tipo di credenziale**   | <p>Scelga un tipo di credenziale tra:</p><ul><li><em><strong>Personalizzata</strong></em>: inserisca manualmente la chiave segreta dell'applicazione Azure.</li><li><em><strong>Credenziale collegata</strong></em>: recuperi le credenziali da un account privilegiato esistente.</li></ul> |
| **Chiave segreta**        | Chiave segreta dell'applicazione Azure.                                                                                                                                                                                                                                                      |
| **Credenziale collegata** | Scelga un account privilegiato da cui recuperare le credenziali. Questa opzione viene visualizzata solo quando il ***Tipo di credenziale*** è impostato su ***Credenziale collegata***.                                                                                                      |

### Azioni

| OPZIONI                                                              | DESCRIZIONE                                                                                                                                                     |
| -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Aggiungere una cassaforte PAM**                                    | Crea automaticamente una cassaforte PAM per il nuovo provider.                                                                                                  |
| **Aggiungere una nuova configurazione di rilevamento degli account** | Apre la finestra ***Aggiungi nuova configurazione di rilevamento degli account*** una volta creato il provider, con le informazioni del provider già compilate. |

#### Vedere anche

* [Devolutions Academy - Configurare un provider Active Directory](https://academy.devolutions.net/student/path/2354099/activity/3423446)
* [Devolutions Academy - Configurare un provider Entra ID](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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/pam/it/pam-with-devolutions-server/providers/managed-providers/entra-id-user-provider.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.
