mirror of
https://github.com/goauthentik/authentik
synced 2026-04-28 02:18:11 +02:00
website/docs: endpoint devices: update device authentication location (#20049)
Update file locations, links, sidebar and redirects
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
---
|
||||
title: Linux local device login
|
||||
sidebar_label: Linux
|
||||
tags: [authentik Agent, device login, device authentication, linux]
|
||||
authentik_enterprise: true
|
||||
---
|
||||
|
||||
<!-- TODO @BeryJu add screenshot -->
|
||||
|
||||
## Prerequisites
|
||||
|
||||
You need to have deployed the authentik Agent on the Linux device, see [Deploy the authentik Agent on Linux](../../agent-deployment/linux.mdx) for more details.
|
||||
|
||||
## 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.
|
||||
|
||||
## Known issues
|
||||
|
||||
- Only Webauthn MFA is supported.
|
||||
- On non-Debian Linux distributions, you currently need to [manually configure NSS and PAM](../../agent-deployment/linux.mdx#local-device-login-on-non-debian-systems).
|
||||
Reference in New Issue
Block a user