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

# Sicurezza aziendale

PowerShell Universal offre funzionalità di sicurezza enterprise che consentono l'integrazione con i metodi di autenticazione e autorizzazione esistenti. Include inoltre autorizzazioni granulari che possono limitare l'accesso alla Admin Console per funzionalità specifiche.

La sicurezza enterprise richiede una [licenza Server o Enterprise](https://store.devolutions.net/package#psu).

## Schemi di challenge multipli

Quando sono configurati più schemi di challenge (ad esempio SAML2 e Windows), PowerShell Universal seleziona il primo schema definito in `authentication.ps1` . Quando si accede a una risorsa protetta, come un'app o la admin console, viene utilizzato lo schema con la priorità più alta.

L'esempio seguente utilizzerà per impostazione predefinita l'autenticazione Windows per l'accesso alle risorse protette. Se desidera accedere con OpenID Connect, dovrà visitare la pagina di login e fare clic sul pulsante Login with OpenID Connect.

```powershell
Set-PSUAuthenticationMethod -Type 'Windows'
Set-PSUAuthenticationMethod -Type 'OpenIDConnect'
```


---

# 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/enterprise-security.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.
