mirror of
https://github.com/goauthentik/authentik
synced 2026-04-30 19:37:25 +02:00
* website/integrations: rename "Create with Provider" to "New Application" The application list page now uses a split-button labeled "New Application" instead of the old "Create with Provider" dropdown. Update all 113 integration guides to match. * website/docs: update flow, stage, and policy button labels - "Create" → "New Flow", "New Stage", "New Policy" for trigger buttons - "Finish" → "Create Flow", "Create Stage", "Create Policy" for submit - "Create and bind stage" → "New Stage" / "Bind Existing Stage" - "Create" (binding submit) → "Create Stage Binding" * website/docs: update provider button labels - "Create" → "New Provider" for trigger buttons - "Create with Provider" → "New Application" in RAC docs - "Create" → "New Property Mapping", "New RAC Endpoint", "New Prompt" for related entity creation * website/docs: update directory button labels - "Create" → "New Source" for federation/social login pages - "Create" → "New Role", submit → "Create Role" - "Create" → "New Invitation" - Policy binding submit → "Create Policy Binding" * website/docs: update endpoint device and system management button labels - "Create" → "New Endpoint Connector", "New Enrollment Token", "New Device Access Group", "New Flow" - Submit → "Create Device Access Group" - "Create" → "New Notification Rule", "New Notification Transport" - Binding submit → "Create Policy Binding" * Reorganize policy documentation * website/docs: address policy docs review feedback * post-rebase * website/docs: Reorganize policy documentation -- Revisions (#21601) * apply suggestions * Fix escaped. * Fix whitespace. * Update button label. * Fix phrasing. * Fix phrasing. * Clean up stragglers. * Format. --------- Co-authored-by: Dominic R <dominic@sdko.org>
59 lines
3.1 KiB
Plaintext
59 lines
3.1 KiB
Plaintext
---
|
|
title: Automated authentik Agent deployment
|
|
sidebar_label: Automated
|
|
tags: [authentik Agent, mdm, fleet, deploy]
|
|
authentik_version: "2025.12.0"
|
|
---
|
|
|
|
The authentik Agent can be deployed at scale to multiple devices via Mobile Device Management (MDM) and automation tools.
|
|
|
|
## Prerequisites
|
|
|
|
You must [configure your authentik deployment](../configuration.md) to support the authentik Agent.
|
|
|
|
## Create an enrollment token
|
|
|
|
If you have already created an enrollment token, skip to the next section.
|
|
|
|
1. Log in to authentik as an administrator and open the authentik Admin interface.
|
|
2. Navigate to **Endpoint Devices** > **Connectors**.
|
|
3. Click on the authentik Agent connector that you created when [configuring your authentik deployment](../configuration.md) to support the authentik Agent.
|
|
4. Under **Enrollment Tokens**, click **New Enrollment Token**, and configure the following settings:
|
|
- **Token name**: provide a descriptive name for the token
|
|
- **Device group _(optional)_**: select a device access group for the device to be added to after completing enrollment
|
|
- **Expiring _(optional)_**: set whether or not the enrollment token will expire
|
|
5. Click **Create**.
|
|
|
|
## Windows
|
|
|
|
1. Log in to authentik as an administrator and open the authentik Admin interface.
|
|
2. Navigate to **Endpoint Devices** > **Connectors**.
|
|
3. Click on the authentik Agent connector that you created when [configuring your authentik deployment](../configuration.md) to support the authentik Agent.
|
|
4. Under **Setup**, select the enrollment token that you wish to use for enrolling devices.
|
|
5. Click **Windows** and then click either **Download** or **Copy** to obtain your SyncML MDM configuration snippet.
|
|
|
|
This SyncML snippet can be used by Microsoft Intune, Microsoft Endpoint Manager, and other MDM tools to deploy the changes required to support the authentik Agent.
|
|
|
|
The following two registry keys (`REG_SZ`) are added by the configuration snippet:
|
|
|
|
- `HKLM/SOFTWARE/authentik Security Inc./Platform/ManagedConfig/RegistrationToken`
|
|
- `HKLM/SOFTWARE/authentik Security Inc./Platform/ManagedConfig/URL`
|
|
|
|
## macOS
|
|
|
|
1. Log in to authentik as an administrator and open the authentik Admin interface.
|
|
2. Navigate to **Endpoint Devices** > **Connectors**.
|
|
3. Click on the authentik Agent connector that you created when [configuring your authentik deployment](../configuration.md) to support the authentik Agent.
|
|
4. Under **Setup**, select the enrollment token that you wish to use for enrolling devices.
|
|
5. Click **macOS** and then click either **Download** or **Copy** to obtain your MDM policy.
|
|
|
|
This policy can be used by Apple Business Manager, Fleet, and other MDM tools to deploy the changes required to support the authentik Agent.
|
|
|
|
:::warning MDM only
|
|
Apple requires that this policy be applied to a device via an MDM tool. It will not function if manually applied to a device.
|
|
:::
|
|
|
|
### User registration
|
|
|
|
After the authentik Agent is deployed to a device, the user receives a notification asking them to register with authentik. When the user follows the registration flow, they are prompted to authenticate with authentik. Once authenticated, the device is enrolled in authentik and associated with the user.
|