Skip to content

providers/oauth2: add logout+jwt token type for oidc logout token. (cherry-pick #19554 to version-2025.10)#19674

Merged
BeryJu merged 1 commit intoversion-2025.10from
cherry-pick/19554-to-version-2025.10
Jan 22, 2026
Merged

providers/oauth2: add logout+jwt token type for oidc logout token. (cherry-pick #19554 to version-2025.10)#19674
BeryJu merged 1 commit intoversion-2025.10from
cherry-pick/19554-to-version-2025.10

Conversation

@authentik-automation
Copy link
Contributor

Cherry-pick of #19554 to version-2025.10 branch.

Original PR: #19554
Original Author: @jeroen1602
Cherry-picked commit: 5c51ee5

…19554)

* providers/oauth2: add `logout+jwt` token type for oidc logout token.

The oidc back-channel logout spec recommends using explicitly typed JWTs using the `typ` parameter in the JWT's header.

[spec](https://openid.net/specs/openid-connect-backchannel-1_0.html#CrossJWT)

This may be a breaking change for some implementations if they were already checking the type of the token to be `JWT` (the default value).

* Apply suggestion from @BeryJu

Signed-off-by: Jens L. <jens@beryju.org>

---------

Signed-off-by: Jens L. <jens@beryju.org>
Co-authored-by: Jens L. <jens@beryju.org>
@netlify
Copy link

netlify bot commented Jan 22, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 0b8c9b0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69721cec8ef7180007221021
😎 Deploy Preview https://deploy-preview-19674--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.

@netlify
Copy link

netlify bot commented Jan 22, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 0b8c9b0
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69721cec77c68e0008c3457f
😎 Deploy Preview https://deploy-preview-19674--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
Copy link

codecov bot commented Jan 22, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.91%. Comparing base (bcefa8b) to head (0b8c9b0).
⚠️ Report is 1 commits behind head on version-2025.10.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                 Coverage Diff                 @@
##           version-2025.10   #19674      +/-   ##
===================================================
- Coverage            92.95%   92.91%   -0.04%     
===================================================
  Files                  869      869              
  Lines                48170    48181      +11     
===================================================
- Hits                 44776    44767       -9     
- Misses                3394     3414      +20     
Flag Coverage Δ
e2e 45.05% <14.28%> (-0.07%) ⬇️
integration 23.17% <7.14%> (-0.01%) ⬇️
unit 91.06% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.11% <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 Sentry.
📢 Have feedback on the report? Share it here.

@github-actions
Copy link
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-0b8c9b0d4e4fc58e1e8d01df9b59823372b5e5c7
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-0b8c9b0d4e4fc58e1e8d01df9b59823372b5e5c7

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

@BeryJu BeryJu merged commit ac0df08 into version-2025.10 Jan 22, 2026
92 checks passed
@BeryJu BeryJu deleted the cherry-pick/19554-to-version-2025.10 branch January 22, 2026 14:24
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.

2 participants