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

# Endpoint del provider di identità

Gli **endpoint del provider di identità (IdP)** definiscono il punto di connessione specifico utilizzato da un provider per autenticarsi con un [provider di identità](/pam/it/concepts/identity-provider.md). Può trattarsi, ad esempio, di un nome DNS per un controller di dominio Active Directory, di un indirizzo IP per un sistema Linux o di un URL per un'API REST.

In Devolutions PAM, i provider gestiti dispongono già dei propri endpoint del provider di identità preintegrati. Tuttavia, quando si utilizzano provider PAM personalizzati, questi endpoint devono essere configurati esplicitamente. Ciò avviene in genere all'interno degli [script di azione](/pam/it/concepts/action-script.md), garantendo che il provider sappia dove e come autenticarsi.

Questa distinzione è fondamentale per integrazioni flessibili, soprattutto negli ambienti ibridi o quando si lavora con sistemi di identità personalizzati. Una configurazione corretta degli endpoint del provider di identità garantisce flussi di autenticazione sicuri e senza interruzioni.

#### Alias degli endpoint del provider di identità

* Endpoint IdP

#### Argomenti correlati

* [Creare uno script di azione per un provider PAM personalizzato in Devolutions Server](/pam/it/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#identity-provider-endpoint-script-parameters)
* [Parametri dello script dell'endpoint del provider di identità](/pam/it/knowledge-base/knowledge-base-articles/custom-pam-provider-action-scripts-in-devolutions-server.md#identity-provider-endpoint-script-parameters)
* [Testare gli script di azione al di fuori dei provider PAM personalizzati](/pam/it/knowledge-base/troubleshooting-articles/action-scripts-troubleshoot-in-devolutions-server.md)<br>

#### Vedere anche

* [Provider PAM personalizzati](/pam/it/pam-with-devolutions-server/providers/custom-pam-providers.md)
* [Creare un provider PAM personalizzato in Devolutions Server](/pam/it/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-in-devolutions-server.md)
* [Importare un provider PAM personalizzato](/pam/it/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/it/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.
