> For the complete documentation index, see [llms.txt](https://docs.defguard.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defguard.net/1.5/enterprise/enterprise-features.md).

# Enterprise features

Here is a list of all Enterprise features:

* [Ability to use external OIDC](/1.5/features/external-openid-providers.md) (Google/Microsoft/Okta/JumpCloud/Custom) to login or create Defguard account.
  * Do Multi-Factor Authentication on selected VPN locations with External SSO on Desktop and Mobile clients (from version 1.5).
* [Two-way LDAP & Active Directory synchronization](/1.5/features/ldap-and-active-directory-integration/two-way-ldap-and-active-directory-synchronization.md)
* [Real time sync for client configurations](/1.5/features/remote-user-enrollment/automatic-real-time-desktop-client-configuration.md)! **First WireGuard client to support this feature!**
* Ability to define and enforce [Access Control List rules](/1.5/features/access-control-list.md) / firewall management
* Ability to [stream the Activity & Audit logs to external SIEM systems](/1.5/features/activity-log/activity-log-streaming.md)
* Ability to use [external OIDC for secure remote enrollment and Desktop client configuration](/1.5/features/external-openid-providers/external-oidc-secure-enrollment.md)
* Ability to [disable for users to manage their devices](/1.5/features/wireguard/behavior-customization.md#disable-for-users-to-manage-their-devices) (just admin will have this possibility).
* Ability to [disable for users to configure WireGuard clients other then Defguard desktop client](/1.5/features/wireguard/behavior-customization.md#disable-ability-to-configure-other-vpn-clients-then-defguard-desktop-client).
* Ability to [disable "All traffic" in the desktop client ](/1.5/features/wireguard/behavior-customization.md#disable-all-traffic-option-in-the-desktop-client)- just "predefined" traffic by admins.
* Ability to integrate with external tooling using [REST API](/1.5/features/integrations/api-tokens.md).


---

# 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.defguard.net/1.5/enterprise/enterprise-features.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.
