You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: enterprise/all-enteprise-features/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,4 @@ Here is a list of all Enterprise features:
12
12
* Ability to [disable for users to manage their devices](behavior-customization.md#disable-for-users-to-manage-their-devices) (just admin will have this possibility).
13
13
* Ability to [disable for users to configure WireGuard clients other then defguard desktop client](behavior-customization.md#disable-ability-to-configure-other-vpn-clients-then-defguard-desktop-client).
14
14
* Ability to [disable "All traffic" in the desktop client ](behavior-customization.md#disable-all-traffic-option-in-the-desktop-client)- just "predefined" traffic by admins.
15
+
* Ability to integrate with external tooling using [API tokens](api-tokens.md).
defguard API uses a standard **Bearer token authentication** scheme.
38
+
39
+
This means that an API token can be passed in the `Authorization`header to authenticate a given request instead of a session cookie used by the web UI:
0 commit comments