Skip to content

providers/oauth2: add token exchange targeting (cherry-pick #24874 to version-2026.8) - #24955

Merged
BeryJu merged 1 commit into
version-2026.8from
cherry-pick/24874-to-version-2026.8
Aug 10, 2026
Merged

providers/oauth2: add token exchange targeting (cherry-pick #24874 to version-2026.8)#24955
BeryJu merged 1 commit into
version-2026.8from
cherry-pick/24874-to-version-2026.8

Conversation

@authentik-cherry-pick

Copy link
Copy Markdown
Contributor

Cherry-pick of #24874 to version-2026.8 branch.

Original PR: #24874
Original Author: @BeryJu
Cherry-picked commit: ba709b4

* 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>
@netlify

netlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 8ba8540
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a79edc4cf0a1800089550d7
😎 Deploy Preview https://deploy-preview-24955--authentik-integrations.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

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.47%. Comparing base (10825e8) to head (8ba8540).
⚠️ Report is 1 commits behind head on version-2026.8.
✅ All tests successful. No failed tests found.

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              
Flag Coverage Δ
conformance 34.83% <7.89%> (-0.05%) ⬇️
e2e 39.53% <7.89%> (+0.21%) ⬆️
integration 31.39% <6.14%> (-0.04%) ⬇️
rust 38.89% <ø> (ø)
unit 93.11% <100.00%> (+0.01%) ⬆️
unit-migrate 93.14% <100.00%> (+0.01%) ⬆️

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

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

@netlify

netlify Bot commented Aug 10, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 8ba8540
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a79edc475a0530008580318
😎 Deploy Preview https://deploy-preview-24955--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.

@github-actions

Copy link
Copy Markdown
Contributor

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-8ba8540520a55993ceff51dede5c953f035f4eff
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-8ba8540520a55993ceff51dede5c953f035f4eff

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

@BeryJu
BeryJu merged commit dd0cee6 into version-2026.8 Aug 10, 2026
304 of 310 checks passed
@BeryJu
BeryJu deleted the cherry-pick/24874-to-version-2026.8 branch August 10, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant