providers/oauth2: add token exchange targeting (cherry-pick #24874 to version-2026.8) - #24955
Conversation
* providers/oauth2: add token exchange targeting * typo Signed-off-by: Jens Langhammer <jens@goauthentik.io> * update docs Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-integrations 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 @@
## version-2026.8 #24955 +/- ##
==================================================
+ Coverage 91.38% 91.47% +0.09%
==================================================
Files 1147 1147
Lines 72117 72223 +106
Branches 3875 3875
==================================================
+ Hits 65901 66063 +162
+ Misses 6181 6125 -56
Partials 35 35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. |
✅ Deploy Preview for authentik-docs 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-8ba8540520a55993ceff51dede5c953f035f4eff
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-8ba8540520a55993ceff51dede5c953f035f4effAfterwards, run the upgrade commands from the latest release notes. |
Cherry-pick of #24874 to
version-2026.8branch.Original PR: #24874
Original Author: @BeryJu
Cherry-picked commit: ba709b4