> 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/knowledge-base/knowledge-base-articles/access-uri-format.md).

# Format de l'URI d'accès

Lors du processus de mise à niveau ou d'installation de Devolutions Server, une URI d'accès doit être fournie. Cette URI est une URL de redirection qui est utilisée par le système d'autorisation ouverte (OAuth) et qui redirige le trafic d'authentification vers l'URI d'accès.

### Paramètres

1. Dans la Devolutions Server Console, allez à ***Server – Edit – IIS***.
2. Saisissez l'***URI d'accès*** dans le champ de texte en respectant le format fourni dans [Scénarios](#scenarios). Cliquez sur le bouton des points de suspension pour ajouter ou gérer des URI d'accès supplémentaires au besoin.

{% hint style="success" %}
L'URI d'accès respecte la casse et doit respecter le nom d'hôte du certificat. Assurez-vous qu'il n'y a pas de « / » à la fin de l'URL.
{% endhint %}

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

3. Cliquez sur ***OK***.
4. Si l'URI d'accès existante a été modifiée ou si une nouvelle URI d'accès a été créée, redémarrez l'instance Devolutions Server à partir de la Devolutions Server Console en cliquant sur ***Stop server***, puis sur ***Start server***.

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

### Scénarios

Plusieurs formats peuvent être définis. Sélectionnez celui qui convient à la situation.

<table><thead><tr><th width="135">Scénario</th><th width="336">Description</th><th>Exemple de format</th></tr></thead><tbody><tr><td><strong>Interne seulement</strong></td><td>L'instance Devolutions Server est <strong>disponible à l'interne</strong> seulement et est <strong>hébergée sur un seul serveur</strong> : l'URI d'accès doit être définie avec le FQDN de la machine et se terminer par l'application IIS Devolutions Server si elle n'est pas installée à la racine du site web.</td><td>https://myservername.mydomain.loc/dvls</td></tr><tr><td><strong>Externe</strong></td><td>L'instance Devolutions Server est <strong>disponible à l'externe</strong> sur le web ou derrière un environnement équilibré en charge : l'URI d'accès doit être définie avec l'URL que vous utilisez pour joindre l'instance depuis le web.</td><td>https://myorganisation.com/dvls</td></tr><tr><td><strong>Installation à la racine</strong></td><td>L'instance Devolutions Server est <em><strong>installée à la racine</strong></em> du site web IIS : l'URI d'accès doit être uniquement le FQDN de la machine.</td><td>https://myorganization.com</td></tr><tr><td><strong>Port non standard</strong></td><td>L'instance Devolutions Server <strong>utilise un port non standard</strong> (80 pour http, 443 pour https) : l'URI d'accès doit contenir le numéro de port après un deux-points.</td><td>https://myorganization.com:4443/dvls</td></tr></tbody></table>


---

# 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/knowledge-base/knowledge-base-articles/access-uri-format.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.
