providers/saml: move sp binding location and default value#17609
Merged
PeshekDotDev merged 9 commits intomainfrom Nov 6, 2025
Merged
providers/saml: move sp binding location and default value#17609PeshekDotDev merged 9 commits intomainfrom
PeshekDotDev merged 9 commits intomainfrom
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
11b8933 to
9797c69
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Contributor
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your 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)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-8f2bf901e97d6c47f3a23d06d0434ca25ab8a75cAfterwards, run the upgrade commands from the latest release notes. |
dominic-r
reviewed
Oct 21, 2025
Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Connor Peshek <connor@connorpeshek.me>
GirlBossRush
approved these changes
Oct 30, 2025
Contributor
GirlBossRush
left a comment
There was a problem hiding this comment.
Minor a11y adjustments -- LGTM on the front-end 👍🏻
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>
BeryJu
approved these changes
Nov 6, 2025
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) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
move sp binding location and default value
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)