Files
Teffen Ellis 6ed5cb5249 website/docs: Modal and wizard button labels (#21549)
* 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>
2026-04-16 17:35:38 +00:00

2.7 KiB

title, sidebar_label, tags, authentik_enterprise, authentik_version
title sidebar_label tags authentik_enterprise authentik_version
Linux local device login Linux
authentik Agent
device login
device authentication
linux
true 2025.12.0

Prerequisites

How it works

  • authentik Agent is integrated with the Pluggable Authentication Modules (PAM) framework on the Linux device.
  • The end user logs in via the usual Linux login screen but are prompted for their authentik credentials.
  • The Agent authenticates the credentials against the authentik server and the user is logged in.

How to log in to a Linux device

:::note When configured correctly, when logging in you should see a prompt for authentik Password rather than just Password. :::

  1. On the Linux login screen, you enter your authentik credentials.
  2. Once authenticated, you will be logged in to the Linux device.

Configure device access

Local device login requires that the authenticating user is authorized to access the device. Access is controlled via device access groups, which always apply. On Enterprise, direct device bindings (users, groups, or policies bound directly to the device) also affect access. If no device access group or direct binding is configured with the appropriate bindings, all login attempts will be denied.

  1. In the Admin interface, navigate to Endpoint Devices > Device access groups and click New Device Access Group.
  2. Provide a Group name (e.g. linux-devices) and click Create Device Access Group.
  3. Expand the newly created device access group and click Bind existing Policy / Group / User.
  4. Select Group and choose a group that contains the users who should be allowed to log in to the device. Alternatively, bind a specific User or a Policy.
  5. Click Create.
  6. Navigate to Endpoint Devices > Devices and edit the device for which you want to enable login.
  7. Set the Access group to the device access group you created.
  8. Click Update.

:::info You can also assign a device access group during enrollment by selecting a Device group when creating the enrollment token. :::

Known issues