> 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/powershell-universal/it/sicurezza.md).

# 🔒Sicurezza

- [Informazioni](https://docs.devolutions.net/powershell-universal/it/sicurezza/security.md): Configuri l'autenticazione e l'autorizzazione basata sui ruoli in PowerShell Universal, con la mappatura delle attestazioni, gli script dei criteri e i token applicativi.
- [Account locali](https://docs.devolutions.net/powershell-universal/it/sicurezza/local-accounts.md): Crea e gestisci account locali in PowerShell Universal, configura l'account amministratore predefinito e applica restrizioni sulle password.
- [Autenticazione basata su moduli](https://docs.devolutions.net/powershell-universal/it/sicurezza/forms-authentication.md): "Personalizzi lo script di autenticazione con moduli in PowerShell Universal per convalidare le credenziali, impostare i claim e supportare l'autenticazione Basic e l'accesso Windows."
- [Autorizzazione](https://docs.devolutions.net/powershell-universal/it/sicurezza/authorization.md): Configuri l'autorizzazione basata sui ruoli in PowerShell Universal utilizzando la mappatura dei claim, gli script di criteri e i ruoli predefiniti per controllare l'accesso alla piattaforma.
- [Token dell'app](https://docs.devolutions.net/powershell-universal/it/sicurezza/app-tokens.md): Conceda, gestisca e migri gli app token di PowerShell Universal per l'accesso alle API, con ruoli, chiavi di firma e sicurezza avanzata dei token.
- [Sicurezza enterprise](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security.md): Scopra le funzionalità di sicurezza enterprise di PowerShell Universal, inclusi i molteplici schemi di autenticazione e le autorizzazioni granulari della Admin Console.
- [Certificato client](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security/client-certificate.md): Abiliti l'autenticazione con certificato client in PowerShell Universal e utilizzi roles.ps1 per valutare le attestazioni del certificato ai fini delle decisioni di autorizzazione.
- [OpenID Connect](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security/openid-connect.md): Configuri l'autenticazione OpenID Connect in PowerShell Universal con Entra ID o Okta, inclusa la mappatura dei claim e i token di accesso delegati.
- [Autenticazione con certificato client](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security/openid-connect/client-certificate-authentication.md): Autentichi i client OpenID Connect in PowerShell Universal con un certificato RSA utilizzando un'asserzione private\_key\_jwt invece di un client secret.
- [SAML2](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security/saml2.md): Configura l'autenticazione SAML2 in PowerShell Universal con provider di identità come Entra ID, Okta e Shibboleth, inclusi metadati e mappatura delle attestazioni.
- [WS-Federation](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security/ws-federation.md): Configurare l'autenticazione WS-Federation in PowerShell Universal con ADFS o Azure Active Directory, inclusa la configurazione della relying party trust.
- [Windows SSO](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security/windows-sso.md): Abiliti l'autenticazione Windows single sign-on in PowerShell Universal utilizzando Kerberos o NTLM, con le configurazioni di hosting IIS e non IIS.
- [Autorizzazioni](https://docs.devolutions.net/powershell-universal/it/sicurezza/enterprise-security/permissions.md): Gestisca le autorizzazioni granulari di PowerShell Universal, incluso l'accesso agli Automation Script con ambito cartella per i team delegati.


---

# 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/powershell-universal/it/sicurezza.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.
