website/docs: release notes for 2026.5.0#21997
Conversation
✅ 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 #21997 +/- ##
=======================================
Coverage 93.25% 93.26%
=======================================
Files 1027 1027
Lines 59598 59598
Branches 400 400
=======================================
+ Hits 55579 55583 +4
+ Misses 4019 4015 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-9eef9f6078206f2306b9c3e991bb0790840f3b4a
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-9eef9f6078206f2306b9c3e991bb0790840f3b4aAfterwards, run the upgrade commands from the latest release notes. |
| ### Small general improvements (SAML Issuer, Hide apps) | ||
|
|
||
| SAML Issuer - We now automatically generate your SAML issuer url. You may still overwrite the default SAML Issuer. | ||
| Hide Apps - You can hide apps from the Application Dashboard for situations when a user needs access to an application that doesn't need to show up in the Application Dashboard. |
There was a problem hiding this comment.
add link to the docs
https://next.goauthentik.io/add-secure-apps/applications/manage_apps/#hide-applications
and mention something about the info/warning, it's a change of behavior
Before authentik 2026.5, an application was hidden by setting its Launch URL to blank://blank. Existing applications using that value are automatically migrated to using the Hide from My applications option upon upgrading.
|
|
||
| ### WebAuthn Client Hints support | ||
|
|
||
| https://github.com/w3c/webauthn/blob/main/explainers/hints-for-webauthn-clients.md |
There was a problem hiding this comment.
Specs and other explainers, just in case we can improve our wording
https://www.w3.org/TR/webauthn-3/#enum-hints
https://developer.chrome.com/blog/passkeys-updates-chrome-129
https://passkeys.dev/docs/advanced/client-hints/
There was a problem hiding this comment.
I think we have it in a good spot now thanks to your help
|
@BeryJu was there something we needed to call out for the LDAP source? wrt the source connection objects |
Co-authored-by: Marcelo Elizeche Landó <marcelo@goauthentik.io> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
001950c to
52998b5
Compare
Details
REPLACE ME
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen)If changes to the frontend have been made
make web)If applicable
make docs)