> 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/providers.md).

# Provider

Un **provider** è un oggetto logico in Devolutions PAM che rappresenta e gestisce un [provider di identità](/pam/it/concepts/identity-provider.md) esterno. Funge da livello di comunicazione che orchestra operazioni quali le richieste di autenticazione, l'applicazione delle policy e la convalida delle identità tra Devolutions PAM e il provider di identità esterno.

Il provider controlla e protegge tutte le interazioni, garantendo che i processi di verifica dell'identità siano allineati alle policy organizzative e alle regole di controllo degli accessi. Questo approccio modulare consente una gestione delle identità flessibile e centralizzata all'interno di Devolutions PAM.

Devolutions PAM supporta tre tipi di provider: managed, unmanaged e custom PAM provider. I provider managed sono completamente integrati e mantenuti all'interno di Devolutions PAM, offrendo automazione e controllo delle policy. I provider unmanaged richiedono una configurazione manuale e sono generalmente utilizzati per sistemi di identità più semplici o legacy. I custom PAM provider aggiungono versatilità consentendo una federazione dinamica delle identità.

#### Argomenti correlati

* [Provider (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers.md)
* [Provider managed (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers/managed-providers.md)
* [Custom PAM provider (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers/custom-pam-providers.md)

#### Vedere anche

* [Aggiungere un provider PAM (Devolutions Server)](/pam/it/pam-with-devolutions-server/getting-started/add-a-pam-provider.md)
* [Creare un custom PAM provider in Devolutions Server](/pam/it/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-in-devolutions-server.md)
* [Report PAM in Devolutions Server](/pam/it/pam-with-devolutions-server/pam-reports-in-devolutions-server.md)
* [Provider unmanaged (solo reimpostazione password) (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers/unmanaged-password-reset-only-providers.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/providers.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.
