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

# Provider di identità

Un **provider di identità** (IdP) è un servizio esterno che archivia e gestisce le identità e le credenziali degli utenti. Devolutions PAM interagisce con questi provider per eseguire azioni relative all'identità, come le [rotazioni delle password](/pam/it/concepts/password-rotation.md), le convalide degli account e le autorizzazioni di sessione. I provider di identità non sono mai interni a Devolutions PAM; fungono da origini esterne a cui la piattaforma accede tramite i provider configurati.

I provider di identità più comuni includono [Microsoft Active Directory](https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/understand-default-user-accounts), [database MySQL](https://dev.mysql.com/doc/refman/8.4/en/user-names.html), [sistemi operativi Windows](https://support.microsoft.com/en-us/windows/manage-user-accounts-in-windows-104dc19f-6430-4b49-6a2b-e4dbd1dcdf32) e [sistemi operativi Linux](https://www.redhat.com/sysadmin/linux-user-group-management). Ciascuno di questi sistemi gestisce le funzioni principali di [autenticazione, autorizzazione e accounting (AAA)](https://en.wikipedia.org/wiki/Authentication,_authorization,_and_accounting), che sono fondamentali per gestire gli accessi in modo sicuro.

All'interno di Devolutions PAM, i provider di identità sono essenziali per eseguire attività privilegiate sugli account gestiti. Gli amministratori possono automatizzare le interazioni con queste origini esterne utilizzando le azioni, contribuendo a semplificare la gestione delle credenziali mantenendo al contempo un controllo rigoroso e la verificabilità.

#### Alias del provider di identità

* IdP
* provider di autenticazione
* Provider Identity as a service (IDaaS)

#### Argomenti correlati

* [Provider (Devolutions Server)](/pam/it/pam-with-devolutions-server/providers.md)
* [Provider (Devolutions Cloud)](/pam/it/pam-with-devolutions-cloud/providers.md)

#### Vedere anche

* [Creare un provider PAM Entra ID (Devolutions Cloud)](/pam/it/knowledge-base/how-to-articles/create-an-entra-id-pam-provider-devolutions-cloud.md)
* [Creare un provider PAM Entra ID (Devolutions Server)](/pam/it/knowledge-base/how-to-articles/create-an-entra-id-pam-provider-devolutions-server.md)
* [Creare un provider di utenti Windows (Devolutions Server)](/pam/it/knowledge-base/how-to-articles/create-a-windows-user-provider.md)
* [Glossario dei termini comuni della gestione degli accessi privilegiati (PAM)](https://blog.devolutions.net/2021/01/glossary-of-common-privileged-access-management-pam-terms/)
* [Le serve un'assicurazione sulla cybersicurezza? Allora probabilmente le serve anche il PAM](https://blog.devolutions.net/2023/10/need-cybersecurity-insurance-then-you-probably-need-pam-too/)


---

# 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.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.
