> 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/server/fr/web-interface/administration/user-and-security-management/applications-identities.md).

# Identités d'application

Créez et gérez des identités d’application dans Devolutions Server pour authentifier des scripts PowerShell, en attribuant l'accès aux groupes d'utilisateurs et aux coffres ainsi que les secrets.

La section ***Identités d’application*** permet de créer une identité d’application pour communiquer avec Devolutions Server au moyen du [module Devolutions.PowerShell](https://www.powershellgallery.com/packages/Devolutions.PowerShell/).

{% hint style="info" %}
Pour plus d'information sur la connexion à Devolutions Server avec une identité d’application, voir [Méthodes de connectivité PowerShell à Devolutions Server](https://docs.devolutions.net/powershell/fr/devolutions-server-powershell/powershell-connectivity-methods-to-devolutions-server).
{% endhint %}

### Créer ou modifier une identité d’application

Pour créer ou modifier des identités d’application, allez dans ***Administration*** – ***Identités d’application***. Cliquez sur ***Ajouter*** (icône +) pour créer une nouvelle identité d’application ou sur une identité d’application existante pour la modifier.

<figure><img src="https://webdevolutions.blob.core.windows.net/docs/DVLS4286_2026_3.png" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Lors de la création d'une identité d’application, veillez à noter le ***Secret d'application***, car il ne sera pas affiché par la suite.
{% endhint %}

Le menu ***Plus*** est un menu déroulant accessible par l'icône des trois points verticaux à côté d'une identité d’application.

<figure><img src="https://webdevolutions.blob.core.windows.net/docs/DVLS4287_2026_3.png" alt=""><figcaption></figcaption></figure>

Le menu offre les options suivantes :

* ***Activité de l'utilisateur*** : Affiche l'activité, y compris la connexion, le message et la date du journal.
* ***Régénérer le secret d'application*** : Crée une nouvelle valeur de Secret d'application.
* ***Attributions de rôles*** : Attribuer des rôles à l'identité d’application.
* ***Supprimer :*** Supprimer l'identité d’application.

### Général

<table><thead><tr><th width="181">Général</th><th>Description</th></tr></thead><tbody><tr><td><strong>Nom</strong></td><td>Nom d'affichage de l'identité d’application.</td></tr><tr><td><strong>Identité d’application</strong></td><td>Identité d’application à utiliser dans l'application pour communiquer avec l'instance de Devolutions Server.</td></tr><tr><td><strong>Secret d'application</strong></td><td>Clé secrète à utiliser en combinaison avec l'identité d’application. Disponible uniquement lors de la création.</td></tr><tr><td><strong>Activé</strong></td><td>Activer l'identité d’application.</td></tr><tr><td><strong>Peut sauvegarder les enregistrements</strong></td><td>Permettre à l'identité d’application de sauvegarder les enregistrements de session.</td></tr><tr><td><strong>Activer la restriction d'IP</strong></td><td>Soumettre l'application aux politiques d'accès conditionnel, le cas échéant, concernant les restrictions d'adresse IP.</td></tr></tbody></table>

### Groupes d'utilisateurs

Contient une liste des éléments auxquels l'identité d'application peut se voir accorder l'accès.

### Attributions de rôles

Permet d'accorder des attributions de rôles au groupe d'utilisateurs. Voir [Attributions de rôles](/server/fr/web-interface/administration/configuration/system-permissions.md) pour plus de détails.

#### Voir aussi

* [Devolutions Academy – Comprendre les identités d’application](https://academy.devolutions.net/student/path/2942210/activity/4493543)


---

# 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/server/fr/web-interface/administration/user-and-security-management/applications-identities.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.
