> 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/fr/pam-with-devolutions-server/providers/managed-providers/entra-id-user-provider.md).

# Fournisseur d'utilisateurs Entra ID

Le fournisseur ***Utilisateur Entra ID*** permet à Devolutions Server de stocker les informations de l'application Entra ID pour les utiliser dans le cadre de la découverte de comptes ou pour effectuer la rotation des mots de passe.

{% hint style="info" %}
Consultez [Create an Entra ID PAM provider](https://docs.devolutions.net/fr/pam/kb/how-to-articles/create-azure-ad-pam-provider-devolutions-server/) pour plus d'informations sur la configuration dans Azure.
{% endhint %}

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

### Général

| OPTIONS         | DESCRIPTION                               |
| --------------- | ----------------------------------------- |
| **Nom**         | Nom d'affichage du fournisseur.           |
| **Description** | Description personnalisée du fournisseur. |

### Serveur

| OPTIONS       | DESCRIPTION                |
| ------------- | -------------------------- |
| **Tenant ID** | ID du locataire Azure.     |
| **Client ID** | ID de l'application Azure. |

### Informations d'identification

| OPTIONS                                  | DESCRIPTION                                                                                                                                                                                                                                                                                                                                          |
| ---------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Type d'informations d'identification** | <p>Choisissez un type d'informations d'identification parmi :</p><ul><li><em><strong>Personnalisé</strong></em> : saisir manuellement la clé secrète de l'application Azure.</li><li><em><strong>Informations d'identification liées</strong></em> : récupérer les informations d'identification à partir d'un compte privilégié existant.</li></ul> |
| **Clé secrète**                          | Clé secrète de l'application Azure.                                                                                                                                                                                                                                                                                                                  |
| **Informations d'identification liées**  | Choisissez un compte privilégié à partir duquel récupérer les informations d'identification. Cette option s'affiche uniquement lorsque le ***Type d'informations d'identification*** est défini sur ***Informations d'identification liées***.                                                                                                       |

### Actions

| OPTIONS                                                         | DESCRIPTION                                                                                                                                                             |
| --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Ajouter un coffre PAM**                                       | Créer automatiquement un coffre PAM pour le nouveau fournisseur.                                                                                                        |
| **Ajouter une nouvelle configuration de découverte de comptes** | Ouvre la fenêtre ***Ajouter une nouvelle configuration de découverte de comptes*** une fois le fournisseur créé, avec les informations du fournisseur déjà renseignées. |

#### Voir aussi

* [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/fr/pam-with-devolutions-server/providers/managed-providers/entra-id-user-provider.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.
