Skip to content

sources/saml: validate the audience field - #25538

Open
PeshekDotDev wants to merge 2 commits into
saml-source-audience-fieldfrom
saml-source-audience-validation
Open

sources/saml: validate the audience field#25538
PeshekDotDev wants to merge 2 commits into
saml-source-audience-fieldfrom
saml-source-audience-validation

Conversation

@PeshekDotDev

Copy link
Copy Markdown
Contributor

Details

What does this PR change?

Why is this change needed?

How was this tested?

Linked issues


Checklist

  • The project has been linted, built, and tested (make all)
  • The documentation has been updated and formatted (make docs)
  • I have read the AI usage policy.

@PeshekDotDev PeshekDotDev self-assigned this Aug 27, 2026
@PeshekDotDev
PeshekDotDev requested a review from a team as a code owner August 27, 2026 08:58
@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit d0389ec
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a8ffc510f0b010008981f1d
😎 Deploy Preview https://deploy-preview-25538--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.

@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit d0389ec
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a8ffc51930101000810cbb4
😎 Deploy Preview https://deploy-preview-25538--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.

@netlify

netlify Bot commented Aug 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

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

codecov Bot commented Aug 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.64%. Comparing base (dfa090f) to head (3043f10).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                      Coverage Diff                       @@
##           saml-source-audience-field   #25538      +/-   ##
==============================================================
- Coverage                       91.64%   91.64%   -0.01%     
==============================================================
  Files                            1151     1151              
  Lines                           73416    73461      +45     
  Branches                         4054     4054              
==============================================================
+ Hits                            67281    67322      +41     
- Misses                           6093     6097       +4     
  Partials                           42       42              
Flag Coverage Δ
conformance 34.40% <8.69%> (-0.02%) ⬇️
e2e 39.06% <23.91%> (-0.01%) ⬇️
integration 30.54% <8.69%> (-0.43%) ⬇️
rust 42.92% <ø> (ø)
unit 93.22% <100.00%> (+<0.01%) ⬆️
unit-migrate 93.24% <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 27, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

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

@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-3043f10bc862004980f3ae2b3036ef4b9d2f1efb
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-3043f10bc862004980f3ae2b3036ef4b9d2f1efb

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

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

Labels

None yet

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant