website/docs: Add steps to set up group devices#20735
Conversation
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20735 +/- ##
==========================================
+ Coverage 93.39% 93.44% +0.05%
==========================================
Files 983 992 +9
Lines 55477 55876 +399
==========================================
+ Hits 51813 52214 +401
+ Misses 3664 3662 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-29afcd61bb4dce2171881a4d3b496db1ca64eb3f
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your authentik:
outposts:
container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
image:
repository: ghcr.io/goauthentik/dev-server
tag: gh-29afcd61bb4dce2171881a4d3b496db1ca64eb3fAfterwards, run the upgrade commands from the latest release notes. |
website/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/linux.md
Outdated
Show resolved
Hide resolved
website/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/linux.md
Outdated
Show resolved
Hide resolved
website/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/linux.md
Outdated
Show resolved
Hide resolved
website/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/linux.md
Outdated
Show resolved
Hide resolved
...te/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/windows.md
Outdated
Show resolved
Hide resolved
...te/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/windows.md
Outdated
Show resolved
Hide resolved
...te/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/windows.md
Outdated
Show resolved
Hide resolved
...te/docs/endpoint-devices/authentik-agent/device-authentication/local-device-login/windows.md
Outdated
Show resolved
Hide resolved
website/docs/endpoint-devices/authentik-agent/device-authentication/device-access-groups.mdx
Outdated
Show resolved
Hide resolved
tanberry
left a comment
There was a problem hiding this comment.
A few nits... approving now to not hold you up. Thanks @PeshekDotDev
|
|
||
| ## Configure device access | ||
|
|
||
| Local device login requires that the authenticating user is authorized to access the device. Access is controlled via [device access groups](../device-access-groups.mdx). If no device access group is configured with the appropriate bindings, **all login attempts will be silently denied**. |
There was a problem hiding this comment.
Device access groups always apply, on enterprise also direct device bindings affect this
|
|
||
| ## Configure device access | ||
|
|
||
| Local device login requires that the authenticating user is authorized to access the device. Access is controlled via [device access groups](../device-access-groups.mdx). If no device access group is configured with the appropriate bindings, **all login attempts will be silently denied**. |
There was a problem hiding this comment.
same as above, and "silently denied" is not correct, the end user will get an access denied screen.
There was a problem hiding this comment.
Where does the screen occur? When I tried logging in from Linux, it silently moved onto the local password step and didn't inform me of access denied, whether I used terminal to switch users or UI to log in
…ation/device-access-groups.mdx Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/linux.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/linux.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/linux.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/linux.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/windows.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/windows.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/windows.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
…ation/local-device-login/windows.md Co-authored-by: Tana M Berry <[email protected]> Signed-off-by: Connor Peshek <[email protected]>
|
Issue created for linux to add ACCESS DENIED on fail goauthentik/platform#715 |
* main: core: allow interfaces to specify alternative stylesheets (#20774) website/docs: update agent docs (#20782) core, web: update translations (#20809) lifecycle/aws: bump aws-cdk from 2.1109.0 to 2.1110.0 in /lifecycle/aws (#20810) core: bump axllent/mailpit from v1.29.2 to v1.29.3 in /tests/e2e (#20811) core: bump cachetools from 7.0.4 to 7.0.5 (#20812) core: bump goauthentik/fips-python from `b481db2` to `3636935` in /lifecycle/container (#20814) core: bump goauthentik/fips-debian from `6c9197b` to `0975985` in /lifecycle/container (#20815) web: bump the storybook group across 1 directory with 5 updates (#20816) web: bump cspell from 9.6.4 to 9.7.0 (#20817) web: bump @formatjs/intl-listformat from 8.2.1 to 8.2.2 in /web (#20818) web: bump mermaid from 11.12.3 to 11.13.0 in /web (#20819) web: bump @types/node from 25.3.5 to 25.4.0 in /web (#20820) endpoints/connectors/agent: cleanup leftover (#20808) endpoints: prevent selection of incompatible connector (#20806) website/docs: Add steps to set up group devices (#20735) web/rbac: disambiguate duplicate permission names in initial permissions (#20786)
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)