* core: fix transaction test case (#15021)
* move patched ct to root
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* use our transaction test case as base
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fix...?
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* well apparently that works
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
* fixup! core: fix transaction test case (#15021)
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
providers/rac: fixes prompt data not being merged with connection_settings (#15037)
* Fixes line that pulls in prompt data
* fallback to old settings
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
stages/email: Only attach logo to email if used (#14835)
* Only attach logo to email if used
* Fix MIME logo attachment to adhere to standard
* format, fix web
* not tuple
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Christian Elsen <chriselsen@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
web/user: fix user settings flow not loading (#14911)
* web/user: fix user settings flow not loading
* fix
* unrelated fix: fix select caret color in dark theme
---------
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: Jens L. <jens@goauthentik.io>
Co-authored-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
website/integrations: tailscale (#14499)
* init
* wording
* lint
* Update website/integrations/services/tailscale/index.md
* Dewi's suggestions
* still mention that its a placeholder
* fix
* Update website/integrations/services/tailscale/index.md
* mv to end
* indent
* Update website/integrations/services/tailscale/index.md
* Update website/integrations/services/tailscale/index.md
* tweak to bump build
* another tweak to bump build
---------
Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Tana M Berry <tana@goauthentik.io>
website/release notes: add tailscale to new integrations (#14859)
* website/release notes: add tailscale to new integrations
### What
Adds Tailscale to the list of new integrations this release as it was merged like 5 minutes ago and technically 2025.6 isn't released just yet
* tweaks to bump build
---------
Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tana@goauthentik.io>
website/releases: order new integrations alphabetically (#14850)
### What
Orders the 2025.6 release note's new integrations alphabetically. It just bothers me.
Signed-off-by: Dominic R <dominic@sdko.org>
Co-authored-by: Dominic R <dominic@sdko.org>
website/docs: finalize release notes for `2025.6` (#14854)
* remove internal changes from release notes
* add late additions to release notes
* remove release candidate notice from `2025.6`
* rotate supported versions
* rotate releases in sidebar
* Revert "rotate supported versions"
This reverts commit eea9d03e1d.
I'd like to do the release tonight, but I can't merge this because it
needs a review from @teams/security. I'll open a separate PR for it.
Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com>
website/integrations: Update Zammad SAML Instructions (#14774)
* Update Zammad SAML Instructions
I just configured Zammad 6.4.1 to work with Authentik 2025.4.1. There seem to have been some changes since these instructions were written. The Name ID Format cannot be left blank. The SSO URL and the logout URL were incorrect. I was getting an Error 422 from Zammad until I turned on signing assertions, so I conclude that is required and I wrote instructions for that. I saw some discussion online elsewhere that the `----BEGIN` and `---END` lines should be removed. I tested it both ways and it worked both ways. I wrote the instructions to keep those lines in because it seemed simplest and most intuitive.
* Incorporate separate instructions for certificate file
* Incorporate simplified copy/paste instructions
* Incoporate formatting change
* Incorporate formatting changes
* Removed reference to custom properties
* Capitalisation
* Formatting
* Formatting
* Updated language
* Update website/integrations/services/zammad/index.md
* Update website/integrations/services/zammad/index.md
* tweak to bump build
* bump build
* use bold font for UI labels
* my typo
* capitalization fix
---------
Signed-off-by: Paco Hope <pacohope@users.noreply.github.com>
Co-authored-by: Paco Hope <pacohope@users.noreply.github.com>
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>
Co-authored-by: Dominic R <dominic@sdko.org>
Co-authored-by: Tana M Berry <tana@goauthentik.io>
website/integrations: remove trailing slash from budibase redirect (#14823)
Removes trailing slash from redirect
Co-authored-by: Dewi Roberts <dewi@goauthentik.io>