Skip to content

website/docs: Add FIDO2 references to the documentation#14826

Merged
melizeche merged 2 commits intomainfrom
website/docs/fido2
Jun 3, 2025
Merged

website/docs: Add FIDO2 references to the documentation#14826
melizeche merged 2 commits intomainfrom
website/docs/fido2

Conversation

@melizeche
Copy link
Member

  • The documentation has been formatted (make website)

@melizeche melizeche requested a review from a team as a code owner June 2, 2025 22:06
@netlify
Copy link

netlify bot commented Jun 2, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit e92e4ec
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/683efb1cbb4a91000837d61a
😎 Deploy Preview https://deploy-preview-14826--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jun 2, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit e92e4ec
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/683efb1c980618000847114f
😎 Deploy Preview https://deploy-preview-14826--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link

codecov bot commented Jun 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (fb2401c) to head (e92e4ec).
Report is 5 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14826   +/-   ##
=======================================
  Coverage   92.75%   92.76%           
=======================================
  Files         817      817           
  Lines       42197    42197           
=======================================
+ Hits        39141    39142    +1     
+ Misses       3056     3055    -1     
Flag Coverage Δ
e2e 47.55% <ø> (ø)
integration 24.38% <ø> (ø)
unit 90.65% <ø> (+<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.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 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-e92e4ecbb8e6266cb775d56e2e9911125d2cb705
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-e92e4ecbb8e6266cb775d56e2e9911125d2cb705

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

Copy link
Contributor

@tanberry tanberry left a comment

Choose a reason for hiding this comment

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

Suggestion on wording, but approving so that you an merge when ready. SGood stuff, thanks @melizeche !!

…_webauthn/index.mdx

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>
@melizeche melizeche merged commit 69a07c1 into main Jun 3, 2025
101 checks passed
@melizeche melizeche deleted the website/docs/fido2 branch June 3, 2025 16:36
kensternberg-authentik added a commit that referenced this pull request Jun 6, 2025
* main: (97 commits)
  website/docs: update style guide (#14373)
  website/docs: finalize release notes for `2025.6` (#14854)
  providers/rac: apply ConnectionToken scoped-settings last (#14838)
  lib/sync: fix static incorrect label of pages (#14851)
  website/docs: Add FIDO2 references to the documentation (#14826)
  website/docs: add LDAP docs for forward deletion and `memberUid` (#14814)
  stages/authenticator_webauthn: Update FIDO MDS3 & Passkey aaguid blobs (#14801)
  core: bump structlog from 25.3.0 to 25.4.0 (#14834)
  web: bump tar-fs from 3.0.8 to 3.0.9 in /web (#14836)
  website/integrations: Update Zammad SAML Instructions (#14774)
  website/integrations: remove trailing slash from budibase redirect (#14823)
  remove fluff from release notes 2025.6 (#14819)
  web: bump @sentry/browser from 9.22.0 to 9.23.0 in /web in the sentry group across 1 directory (#14776)
  website: bump postcss from 8.5.3 to 8.5.4 in /website (#14787)
  web: bump the esbuild group across 2 directories with 4 updates (#14711)
  core: bump github.com/redis/go-redis/v9 from 9.8.0 to 9.9.0 (#14733)
  core: bump twilio from 9.6.1 to 9.6.2 (#14789)
  website: bump @types/node from 22.15.21 to 22.15.29 in /website (#14808)
  core: bump astral-sh/uv from 0.7.8 to 0.7.9 (#14806)
  core: bump uvicorn[standard] from 0.34.2 to 0.34.3 (#14811)
  ...
@GirlBossRush
Copy link
Contributor

/cherry-pick version-2025-6

@GirlBossRush
Copy link
Contributor

/cherry-pick version-2025.6

gcp-cherry-pick-bot bot pushed a commit that referenced this pull request Jul 11, 2025
* Add FIDO2 references to the documentation

* Update website/docs/add-secure-apps/flows-stages/stages/authenticator_webauthn/index.mdx

Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>

---------

Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
tanberry added a commit that referenced this pull request Jul 11, 2025
…14826) (#15521)

website/docs: Add FIDO2 references to the documentation (#14826)

* Add FIDO2 references to the documentation

* Update website/docs/add-secure-apps/flows-stages/stages/authenticator_webauthn/index.mdx




---------

Signed-off-by: Marcelo Elizeche Landó <marce@melizeche.com>
Co-authored-by: Marcelo Elizeche Landó <marcelo@goauthentik.io>
Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com>
@tanberry
Copy link
Contributor

/cherry-pick version-2025.4

@gcp-cherry-pick-bot
Copy link
Contributor

Cherry-pick failed with Merge error 69a07c1c88ac51f7f0de86b61f5e074fdf82ee1c into temp-cherry-pick-fe4b6c-version-2025.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants