mirror of
https://github.com/goauthentik/authentik
synced 2026-04-28 10:28:22 +02:00
29 lines
993 B
Markdown
29 lines
993 B
Markdown
---
|
|
title: "Release 0.40"
|
|
sidebar_label: "0.40"
|
|
---
|
|
|
|
## Highlights
|
|
|
|
- **FIDO2 support for Linux local authentication**: :ak-enterprise Users can now use WebAuthn authenticators registered in authentik to log in to Linux machines.
|
|
|
|
## Known issues
|
|
|
|
- [Device compliance is not possible with Safari on macOS yet.](https://github.com/goauthentik/platform/issues/358)
|
|
|
|
## Component changes
|
|
|
|
### authentik Agent
|
|
|
|
- Fix cached token exchange when keyring is not supported (https://github.com/goauthentik/platform/commit/5878200a11b9a9d03a33878d4b6a9ab53cdd6918)
|
|
- Fix macOS package post-install script not running (https://github.com/goauthentik/platform/pull/669)
|
|
|
|
### authentik System Agent
|
|
|
|
- Fix interactive authentication failing on platforms without session manager (https://github.com/goauthentik/platform/pull/694)
|
|
- Fix enrollment failing on Windows machines without serial number (https://github.com/goauthentik/platform/pull/693)
|
|
|
|
### libpam-authentik
|
|
|
|
- Authenticate via authentik token
|