Skip to content

sources/saml: update handling statusmessage#19739

Merged
PeshekDotDev merged 4 commits intomainfrom
saml-message
Feb 5, 2026
Merged

sources/saml: update handling statusmessage#19739
PeshekDotDev merged 4 commits intomainfrom
saml-message

Conversation

@PeshekDotDev
Copy link
Contributor

@PeshekDotDev PeshekDotDev commented Jan 25, 2026

Details

Closes #18184


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@PeshekDotDev PeshekDotDev requested a review from a team as a code owner January 25, 2026 18:42
@netlify
Copy link

netlify bot commented Jan 25, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit b95ce24
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69850596bae7920008d63c88
😎 Deploy Preview https://deploy-preview-19739--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 Jan 25, 2026

Codecov Report

❌ Patch coverage is 95.83333% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 93.24%. Comparing base (fe97c45) to head (b95ce24).
⚠️ Report is 21 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
authentik/sources/saml/views.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19739      +/-   ##
==========================================
- Coverage   93.26%   93.24%   -0.03%     
==========================================
  Files         968      968              
  Lines       53431    53588     +157     
==========================================
+ Hits        49833    49968     +135     
- Misses       3598     3620      +22     
Flag Coverage Δ
conformance 37.96% <4.16%> (-0.10%) ⬇️
e2e 43.93% <29.16%> (-0.12%) ⬇️
integration 22.70% <4.16%> (-0.06%) ⬇️
unit 91.40% <95.83%> (+<0.01%) ⬆️
unit-migrate 91.43% <95.83%> (-0.02%) ⬇️

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

github-actions bot commented Jan 25, 2026

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-b95ce24fa20001e09bf929f1a980533b5fecc169
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-b95ce24fa20001e09bf929f1a980533b5fecc169

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

@PeshekDotDev PeshekDotDev added the backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12 label Jan 25, 2026
@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit b95ce24
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6985059680dcb8000862d5bd
😎 Deploy Preview https://deploy-preview-19739--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.

@netlify
Copy link

netlify bot commented Jan 27, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit b95ce24
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69850596966e01000770d029
😎 Deploy Preview https://deploy-preview-19739--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.

@PeshekDotDev PeshekDotDev moved this from Todo to Needs review in authentik Core Feb 5, 2026
@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Feb 5, 2026
@PeshekDotDev PeshekDotDev merged commit 8610ec2 into main Feb 5, 2026
102 checks passed
@PeshekDotDev PeshekDotDev deleted the saml-message branch February 5, 2026 23:08
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Feb 5, 2026
authentik-automation bot pushed a commit that referenced this pull request Feb 5, 2026
This cherry-pick has conflicts that need manual resolution.

Original PR: #19739
Original commit: 8610ec2
@authentik-automation
Copy link
Contributor

⚠️ Cherry-pick to version-2025.12 has conflicts: #20066

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

Labels

backport/version-2025.12 Add this label to PRs to backport changes to version-2025.12

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

SAML Response processor verify status incorrectly

2 participants