> 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/concepts/identity-provider-endpoints.md).

# Terminaux du fournisseur d'identité

Les **terminaux de fournisseur d'identité (IdP)** définissent le point de connexion précis utilisé par un fournisseur pour s'authentifier auprès d'un [fournisseur d'identité](/pam/fr/concepts/identity-provider.md). Il peut s'agir, par exemple, d'un nom DNS pour un contrôleur de domaine Active Directory, d'une adresse IP pour un système Linux ou d'une URL pour une API REST.

Dans Devolutions PAM, les fournisseurs gérés ont déjà leurs terminaux de fournisseur d'identité préintégrés. Cependant, lorsque vous utilisez des fournisseurs PAM personnalisés, ces terminaux doivent être configurés explicitement. Cela se fait généralement dans les [scripts d'action](/pam/fr/concepts/action-script.md), afin que le fournisseur sache où et comment s'authentifier.

Cette distinction est essentielle pour des intégrations flexibles, particulièrement dans les environnements hybrides ou lorsque vous travaillez avec des systèmes d'identité personnalisés. Une configuration adéquate des terminaux de fournisseur d'identité assure des flux d'authentification sécurisés et transparents.

#### Synonymes de terminaux de fournisseur d'identité

* Terminaux IdP

#### Sujets connexes

* [Créer un script d'action de fournisseur PAM personnalisé dans Devolutions Server](/pam/fr/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#identity-provider-endpoint-script-parameters)
* [Paramètres de script de terminal de fournisseur d'identité](/pam/fr/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#identity-provider-endpoint-script-parameters)
* [Tester des scripts d'action à l'extérieur des fournisseurs PAM personnalisés](/pam/fr/knowledge-base/troubleshooting-articles/action-scripts-troubleshoot-in-devolutions-server.md)<br>

#### Voir aussi

* [Fournisseurs PAM personnalisés](/pam/fr/pam-with-devolutions-server/providers/custom-pam-providers.md)
* [Créer un fournisseur PAM personnalisé dans Devolutions Server](/pam/fr/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-in-devolutions-server.md)
* [Importer un fournisseur PAM personnalisé](/pam/fr/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-from-a-template.md)


---

# 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/fr/concepts/identity-provider-endpoints.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.
