Skip to content

providers/saml: move sp binding location and default value#17609

Merged
PeshekDotDev merged 9 commits intomainfrom
acs-default
Nov 6, 2025
Merged

providers/saml: move sp binding location and default value#17609
PeshekDotDev merged 9 commits intomainfrom
acs-default

Conversation

@PeshekDotDev
Copy link
Contributor

Details

move sp binding location and default value


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 review from a team as code owners October 21, 2025 01:25
@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 8f2bf90
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/690ce4f7b6d6310008feeca3

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 8f2bf90
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/690ce4f7c88c790009327f10

@netlify
Copy link

netlify bot commented Oct 21, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit 8f2bf90
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/690ce4f78d8dca0008deaf83

@codecov
Copy link

codecov bot commented Oct 21, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.92%. Comparing base (b02a0a7) to head (8f2bf90).
⚠️ Report is 37 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17609      +/-   ##
==========================================
- Coverage   92.93%   92.92%   -0.02%     
==========================================
  Files         869      869              
  Lines       47987    48018      +31     
==========================================
+ Hits        44598    44621      +23     
- Misses       3389     3397       +8     
Flag Coverage Δ
e2e 45.16% <100.00%> (+<0.01%) ⬆️
integration 23.20% <100.00%> (+0.02%) ⬆️
unit 91.07% <100.00%> (-0.02%) ⬇️
unit-migrate 91.12% <100.00%> (-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 Oct 21, 2025

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

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

PeshekDotDev and others added 2 commits October 21, 2025 16:29
Co-authored-by: Dominic R <dominic@sdko.org>
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
@PeshekDotDev PeshekDotDev self-assigned this Oct 28, 2025
Copy link
Contributor

@GirlBossRush GirlBossRush left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor a11y adjustments -- LGTM on the front-end 👍🏻

PeshekDotDev and others added 6 commits October 29, 2025 20:18
Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Co-authored-by: Teffen Ellis <592134+GirlBossRush@users.noreply.github.com>
Signed-off-by: Connor Peshek <connor@connorpeshek.me>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@PeshekDotDev PeshekDotDev merged commit fb868a6 into main Nov 6, 2025
136 of 138 checks passed
@PeshekDotDev PeshekDotDev deleted the acs-default branch November 6, 2025 19:39
kensternberg-authentik added a commit that referenced this pull request Nov 10, 2025
* main: (42 commits)
  core, web: update translations (#17943)
  web: bump @types/node from 24.9.1 to 24.10.0 in /packages/prettier-config (#17949)
  core: bump library/nginx from `f547e3d` to `1beed3c` in /website (#17955)
  core: bump goauthentik.io/api/v3 from 3.2025120.2 to 3.2025120.3 (#17945)
  web: bump @types/node from 22.15.19 to 24.10.0 in /web (#17950)
  ci: bump docker/setup-qemu-action from 3.6.0 to 3.7.0 (#17999)
  lifecycle/aws: bump aws-cdk from 2.1031.1 to 2.1031.2 in /lifecycle/aws (#18014)
  core: bump golang.org/x/sync from 0.17.0 to 0.18.0 (#18033)
  core: bump astral-sh/uv from 0.9.7 to 0.9.8 (#18037)
  core: bump golang.org/x/oauth2 from 0.32.0 to 0.33.0 (#18034)
  core: bump axllent/mailpit from v1.27.10 to v1.27.11 in /tests/e2e (#18035)
  ci: bump golangci/golangci-lint-action from 8.0.0 to 9.0.0 (#18036)
  core: bump library/golang from `a13297b` to `27e1c92` (#18038)
  ci: fix migrate-from-stable for old versions (#18019)
  core: bump library/golang from 1.25.3-trixie to 1.25.4-trixie (#18000)
  website/docs: updates img-src csp (#18010)
  providers/saml: move sp binding location and default value (#17609)
  core: Add example invitation blueprint (#17661)
  root: settings.py: fix comment (#18006)
  core: bump google-auth-httplib2 from 0.2.0 to v0.2.1 (#17978)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants