Skip to content

Conversation

@melizeche
Copy link
Member

@melizeche melizeche commented Nov 25, 2025

Details

Enables passwordless login via browser passkey autofill dropdown, allowing users to authenticate with discoverable credentials without entering a username first

reference:

closes #4749

c
Screenshot 2025-11-26 at 6 30 58 PM

Screenshot 2025-11-26 at 6 29 40 PM

Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@melizeche melizeche requested review from a team as code owners November 25, 2025 23:36
@netlify
Copy link

netlify bot commented Nov 25, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 056830b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6939c758c71ce400086ada12

@netlify
Copy link

netlify bot commented Nov 25, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 056830b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6939c75823bea200080912af

@netlify
Copy link

netlify bot commented Nov 25, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 056830b
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6939c7585ef52b00082c6eb8

BeryJu and others added 2 commits November 26, 2025 17:10
Signed-off-by: Jens Langhammer <[email protected]>
@codecov
Copy link

codecov bot commented Nov 26, 2025

Codecov Report

❌ Patch coverage is 98.96907% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 93.23%. Comparing base (68d0b02) to head (056830b).
⚠️ Report is 35 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/stages/identification/stage.py 97.56% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #18377      +/-   ##
==========================================
- Coverage   93.25%   93.23%   -0.03%     
==========================================
  Files         942      946       +4     
  Lines       51586    51860     +274     
==========================================
+ Hits        48106    48350     +244     
- Misses       3480     3510      +30     
Flag Coverage Δ
e2e 44.76% <45.36%> (-0.02%) ⬇️
integration 23.28% <16.49%> (+<0.01%) ⬆️
unit 91.47% <98.96%> (-0.01%) ⬇️
unit-migrate 91.51% <98.96%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
Contributor

github-actions bot commented Nov 26, 2025

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-056830be1839e4bdd9d3070a63a5408d10ccfabb
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

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-056830be1839e4bdd9d3070a63a5408d10ccfabb

Afterwards, run the upgrade commands from the latest release notes.

@melizeche melizeche changed the title stages/identification: Add conditional WebAuthn (passkey autofill) support to IdentificationStage stages/identification: Add WebAuthn conditional UI (passkey autofill) support to IdentificationStage Nov 26, 2025
Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Runs, does what it says, passes lint and type checking. Code looks solid and well-organized.

BeryJu and others added 2 commits December 10, 2025 11:48
@BeryJu BeryJu changed the title stages/identification: Add WebAuthn conditional UI (passkey autofill) support to IdentificationStage stages/identification: Add WebAuthn conditional UI (passkey autofill) support Dec 11, 2025
@github-project-automation github-project-automation bot moved this from Todo to In Progress in authentik Core Dec 11, 2025
@melizeche melizeche merged commit 15b93a5 into main Dec 11, 2025
174 of 178 checks passed
@melizeche melizeche deleted the passkey_conditional branch December 11, 2025 14:49
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Dec 11, 2025
kensternberg-authentik added a commit that referenced this pull request Dec 11, 2025
* main: (69 commits)
  website/docs: fix incorrect menu reference in data exports doc (#18752)
  translate: Updates for project authentik and language zh-Hans (#18756)
  translate: Updates for project authentik and language tr_TR (#18758)
  translate: Updates for project authentik and language fi_FI (#18759)
  translate: Updates for project authentik and language pl_PL (#18754)
  translate: Updates for project authentik and language ru_RU (#18745)
  translate: Updates for project authentik and language ko_KR (#18760)
  translate: Updates for project authentik and language ja_JP (#18755)
  translate: Updates for project authentik and language de_DE (#18749)
  translate: Updates for project authentik and language nl_NL (#18751)
  translate: Updates for project authentik and language pt_BR (#18746)
  translate: Updates for project authentik and language es_ES (#18748)
  translate: Updates for project authentik and language it_IT (#18750)
  translate: Updates for project authentik and language cs_CZ (#18753)
  translate: Updates for project authentik and language fr_FR (#18747)
  stages/identification: Add WebAuthn conditional UI (passkey autofill) support (#18377)
  api: allow configuring default page_size and max_page_size (#18165)
  root: do not require backend approval for npm workspace dependencies (#18738)
  outpost/proxyv2: more tests, fix pg password with spaces, and existing session on restart (#18211)
  web: bump @types/guacamole-common-js from 1.5.4 to 1.5.5 in /web (#18717)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Conditional (autofill) Webauthn flow

5 participants