# 🔒Security

- [About](https://docs.powershelluniversal.com/security/security.md): Security features of PowerShell Universal.
- [Local Accounts](https://docs.powershelluniversal.com/security/local-accounts.md): Local accounts in PowerShell Universal.
- [Forms Authentication](https://docs.powershelluniversal.com/security/forms-authentication.md): Forms authentication scripts in PowerShell Universal.
- [Authorization](https://docs.powershelluniversal.com/security/authorization.md): Authorization in PowerShell Universal.
- [App Tokens](https://docs.powershelluniversal.com/security/app-tokens.md): App tokens for accessing PowerShell Universal APIs.
- [Enterprise Security](https://docs.powershelluniversal.com/security/enterprise-security.md): Enterprise security features for PowerShell Universal.
- [Client Certificate](https://docs.powershelluniversal.com/security/enterprise-security/client-certificate.md): Client certificate authentication for PowerShell Universal.
- [OpenID Connect](https://docs.powershelluniversal.com/security/enterprise-security/openid-connect.md): Configure OpenID Connect with Universal.
- [SAML2](https://docs.powershelluniversal.com/security/enterprise-security/saml2.md): SAML2 authentication for PowerShell Universal.
- [WS-Federation](https://docs.powershelluniversal.com/security/enterprise-security/ws-federation.md)
- [Windows SSO](https://docs.powershelluniversal.com/security/enterprise-security/windows-sso.md): Windows Single-Sign On support for PowerShell Universal.
- [Permissions](https://docs.powershelluniversal.com/security/enterprise-security/permissions.md): Permissions for resources within PowerShell Universal


---

# Agent Instructions: 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:

```
GET https://docs.powershelluniversal.com/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
