mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 18:07:15 +02:00
49 lines
2.0 KiB
Plaintext
49 lines
2.0 KiB
Plaintext
---
|
|
title: Connectors
|
|
sidebar_label: Connectors
|
|
tags: [device compliance, compliance, connectors, authentik Agent, fleet, fleetdm]
|
|
authentik_version: "2025.12.0"
|
|
---
|
|
|
|
Connectors allow device information to be reported to authentik. Connectors for third-party services like Fleet can be used standalone or alongside the [authentik Agent](../../authentik-agent/index.mdx) connector.
|
|
|
|
## Available connectors
|
|
|
|
The following connectors are currently available:
|
|
|
|
- [authentik Agent connector](./authentik-agent.md): Integrates with the [authentik Agent](../../authentik-agent/index.mdx)
|
|
- [Fleet connector](./fleetdm.md): Integrates with [Fleet](https://fleetdm.com/) device management
|
|
|
|
Connectors are in development for Entra, Intune, Cloudflare WARP and other services.
|
|
|
|
## Managing connectors
|
|
|
|
Use the following instructions to manage your connectors:
|
|
|
|
### Adding a connector
|
|
|
|
For more specific instructions on adding a connector refer to the [authentik Agent connector](./authentik-agent.md) or [Fleet connector](./fleetdm.md) documentation.
|
|
|
|
1. Log in to authentik as an administrator and open the authentik Admin interface.
|
|
2. Navigate to **Endpoint Devices** > **Connectors** and click **Create**.
|
|
3. Select the connector type, click **Next**, and configure the following required settings:
|
|
- **Connector name**: provide a descriptive name for the connector.
|
|
- **Refresh interval**: select how often the agent will attempt to update its configuration.
|
|
- **Enabled**: enable or disable the connector.
|
|
4. Click **Finish**.
|
|
|
|
### Editing a connector
|
|
|
|
1. Log in to authentik as an administrator and open the authentik Admin interface.
|
|
2. Navigate to **Endpoint Devices** > **Connectors**.
|
|
3. Click on the connector that you wish to edit.
|
|
4. Update any settings that you want to change.
|
|
5. Click **Update**.
|
|
|
|
### Deleting a connector
|
|
|
|
1. Log in to authentik as an administrator and open the authentik Admin interface.
|
|
2. Navigate to **Endpoint Devices** > **Connectors**.
|
|
3. Select the connector that you wish to delete.
|
|
4. Click **Delete**.
|