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

# Sécurité

- [À propos](https://docs.devolutions.net/powershell-universal/fr/securite/security.md): Fonctionnalités de sécurité de PowerShell Universal.
- [Comptes locaux](https://docs.devolutions.net/powershell-universal/fr/securite/local-accounts.md): Comptes locaux dans PowerShell Universal.
- [Authentification par formulaire](https://docs.devolutions.net/powershell-universal/fr/securite/forms-authentication.md): Scripts d'authentification par formulaire dans PowerShell Universal.
- [Autorisation](https://docs.devolutions.net/powershell-universal/fr/securite/authorization.md): Autorisation dans PowerShell Universal.
- [Jetons d'application](https://docs.devolutions.net/powershell-universal/fr/securite/app-tokens.md): Jetons d'application pour accéder aux API de PowerShell Universal.
- [Sécurité d'entreprise](https://docs.devolutions.net/powershell-universal/fr/securite/enterprise-security.md): Fonctionnalités de sécurité d'entreprise pour PowerShell Universal.
- [Certificat client](https://docs.devolutions.net/powershell-universal/fr/securite/enterprise-security/client-certificate.md): Authentification par certificat client pour PowerShell Universal.
- [OpenID Connect](https://docs.devolutions.net/powershell-universal/fr/securite/enterprise-security/openid-connect.md): Configurer OpenID Connect avec Universal.
- [SAML2](https://docs.devolutions.net/powershell-universal/fr/securite/enterprise-security/saml2.md): Authentification SAML2 pour PowerShell Universal.
- [WS-Federation](https://docs.devolutions.net/powershell-universal/fr/securite/enterprise-security/ws-federation.md)
- [Windows SSO](https://docs.devolutions.net/powershell-universal/fr/securite/enterprise-security/windows-sso.md): Prise en charge de l'authentification unique Windows pour PowerShell Universal.
- [Autorisations](https://docs.devolutions.net/powershell-universal/fr/securite/enterprise-security/permissions.md): Autorisations pour les ressources dans PowerShell Universal


---

# 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/fr/securite.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.
