stages/authenticator_webauthn: Add WebAuthn client hints support#20700
stages/authenticator_webauthn: Add WebAuthn client hints support#20700
Conversation
…authn and authenticator_validate
✅ Deploy Preview for authentik-storybook 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 #20700 +/- ##
==========================================
+ Coverage 93.40% 93.42% +0.02%
==========================================
Files 983 983
Lines 55473 55615 +142
==========================================
+ Hits 51814 51958 +144
+ Misses 3659 3657 -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-795297dfeda4787c698bf9fd06d66e9d6136f789
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-795297dfeda4787c698bf9fd06d66e9d6136f789Afterwards, run the upgrade commands from the latest release notes. |
BeryJu
left a comment
There was a problem hiding this comment.
LGTM for the backend, frontend imo should dualselect and if possible dual select without search (only 3 items, search doesn't make sense)
Details
Adds WebAuthn client hints support (W3C WebAuthn Level 3) to both registration and authentication stages.
Admins can configure hints (
security-key,client-device,hybrid) to guide browsers in prioritizing the preferred authenticator type in their UI.For backward compatibility with older browsers that don't understand hints, authenticatorAttachment is auto-inferred from the selected hints when not explicitly set.
closes #6473
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)