Ken Sternberg
d7a5347cea
Merge branch 'main' into web/maintenance/explicit-model-endpoints
...
* main: (68 commits)
root: bump pyo3 (#23036 )
websites/integrations: specify redirect uri of type authorization or post logout (#22981 )
website/integrations: Update nextcloud to support post logout redirect uri (#22989 )
stages/captcha: add Cap and JSON verification support (#22373 )
web: bump @goauthentik/tsconfig from 1.0.9 to 2.0.0 in /web/packages/core in the goauthentik group across 1 directory (#22996 )
website/integrations: add kavita (#23000 )
website/integrations: add post logout to audiobookshelf (#22999 )
website/docs: additional scim provider docs (#22135 )
translate: Updates for project authentik and language fr_FR (#22986 )
translate: Updates for project authentik and language hu_HU (#22987 )
translate: Updates for project authentik and language no_NO (#22988 )
lifecycle/aws: bump aws-cdk from 2.1125.0 to 2.1126.0 in /lifecycle/aws (#22990 )
core: bump astral-sh/uv from 0.11.19 to 0.11.20 in /lifecycle/container (#22991 )
core: bump goauthentik/fips-python from `ede0a00` to `94d8805` in /lifecycle/container (#22992 )
core: bump uvicorn[standard] from 0.48.0 to 0.49.0 (#22993 )
core: bump which from 8.0.2 to 8.0.3 (#22994 )
ci: bump taiki-e/install-action from 2.81.7 to 2.81.8 in /.github/actions/setup (#22995 )
web/elements: extract mermaid runtime, modernize `<ak-diagram>` (#22980 )
core, web: update translations (#22983 )
website/integrations: dokuwiki: add post logout and logout urls (#22984 )
...
2026-06-12 15:04:16 -07:00
Jens L.
9457696385
root: bump pyo3 ( #23036 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2026-06-12 14:09:41 +02:00
Connor Peshek
783859d3c8
websites/integrations: specify redirect uri of type authorization or post logout ( #22981 )
...
* docs/integrations: Update docs to specify redirect uri of type authorization or post logout
* bold redirect uri
* improve wording
* update docs
* add banner for warning of redirect uri's
* Update website/integrations/_redirect-uri-2026-5-note.mdx
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
---------
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2026-06-11 16:58:23 +00:00
Connor Peshek
ab1f8a0692
website/integrations: Update nextcloud to support post logout redirect uri ( #22989 )
2026-06-11 11:20:17 -05:00
Dominic R
fc8424ac50
stages/captcha: add Cap and JSON verification support ( #22373 )
...
* stages/captcha: add Cap and JSON verification support
Add a configurable verification request content type so CAPTCHA providers can use either form-encoded or JSON token verification.
Add Cap as a preset and flow controller, including module-script loading, interactive widget handling, generated API/client types, tests, and docs.
* web/admin: clarify Cap captcha configuration
Treat the Cap endpoint as a form-only alias for the existing public key field and document Cap alongside the other CAPTCHA providers.
Agent-thread: https://sdko.org/internal/threads/019e737a-314e-72d0-98ae-201cb855df3a
A7k-product: product
A7k-product-repo: 2
Co-authored-by: Agent <agent@svc.sdko.net >
* stages/captcha: prefer self-hosted Cap widget URL
Default the Cap provider guidance to the self-hosted widget asset and keep CDN usage pinned to reviewed releases.
Agent-thread: https://sdko.org/internal/thr/ak/019ead31-2435-7e12-b933-e873155d6894
A7k-product: product
A7k-product-repo: 2
Co-authored-by: Agent <agent@svc.sdko.net >
* floating
---------
Co-authored-by: Agent <agent@svc.sdko.net >
Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com >
2026-06-11 16:15:21 +00:00
dependabot[bot]
80e7dd0c62
web: bump @goauthentik/tsconfig from 1.0.9 to 2.0.0 in /web/packages/core in the goauthentik group across 1 directory ( #22996 )
...
* web: bump @goauthentik/tsconfig
Bumps the goauthentik group with 1 update in the /web/packages/core directory: [@goauthentik/tsconfig](https://github.com/goauthentik/authentik/tree/HEAD/packages/tsconfig ).
Updates `@goauthentik/tsconfig` from 1.0.9 to 2.0.0
- [Release notes](https://github.com/goauthentik/authentik/releases )
- [Commits](https://github.com/goauthentik/authentik/commits/HEAD/packages/tsconfig )
---
updated-dependencies:
- dependency-name: "@goauthentik/tsconfig"
dependency-version: 2.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: goauthentik
...
Signed-off-by: dependabot[bot] <support@github.com >
* sigh
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2026-06-11 17:43:07 +02:00
Connor Peshek
b12416a413
website/integrations: add kavita ( #23000 )
...
* website/integrations: add kavita
* add missing dashes
* Update index.md
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
---------
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2026-06-11 11:03:04 -04:00
Connor Peshek
978abbd734
website/integrations: add post logout to audiobookshelf ( #22999 )
...
website/integrations: add post logout to abs
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2026-06-11 11:01:24 -04:00
Dewi Roberts
884904e16f
website/docs: additional scim provider docs ( #22135 )
...
* Add create scim provider doc, add info about oauth interactive mode, update sidebar
* Spelling
---------
Co-authored-by: Dominic R <dominic@goauthentik.io >
2026-06-11 14:29:43 +00:00
transifex-integration[bot]
21666c8c1c
translate: Updates for project authentik and language fr_FR ( #22986 )
...
translate: Translate django.po in fr_FR
100% translated source file: 'django.po'
on 'fr_FR'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-06-11 12:54:48 +02:00
transifex-integration[bot]
7767075b04
translate: Updates for project authentik and language hu_HU ( #22987 )
...
translate: Translate django.po in hu_HU
100% translated source file: 'django.po'
on 'hu_HU'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-06-11 12:54:43 +02:00
transifex-integration[bot]
f40c538034
translate: Updates for project authentik and language no_NO ( #22988 )
...
translate: Translate django.po in no_NO
100% translated source file: 'django.po'
on 'no_NO'.
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2026-06-11 12:54:39 +02:00
dependabot[bot]
9cc9cac13b
lifecycle/aws: bump aws-cdk from 2.1125.0 to 2.1126.0 in /lifecycle/aws ( #22990 )
...
Bumps [aws-cdk](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/aws-cdk ) from 2.1125.0 to 2.1126.0.
- [Release notes](https://github.com/aws/aws-cdk-cli/releases )
- [Commits](https://github.com/aws/aws-cdk-cli/commits/aws-cdk@v2.1126.0/packages/aws-cdk )
---
updated-dependencies:
- dependency-name: aws-cdk
dependency-version: 2.1126.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 12:54:35 +02:00
dependabot[bot]
4881c3f337
core: bump astral-sh/uv from 0.11.19 to 0.11.20 in /lifecycle/container ( #22991 )
...
Bumps [astral-sh/uv](https://github.com/astral-sh/uv ) from 0.11.19 to 0.11.20.
- [Release notes](https://github.com/astral-sh/uv/releases )
- [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/uv/compare/0.11.19...0.11.20 )
---
updated-dependencies:
- dependency-name: astral-sh/uv
dependency-version: 0.11.20
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 12:54:30 +02:00
dependabot[bot]
798bc77f42
core: bump goauthentik/fips-python from ede0a00 to 94d8805 in /lifecycle/container ( #22992 )
...
core: bump goauthentik/fips-python in /lifecycle/container
Bumps goauthentik/fips-python from `ede0a00` to `94d8805`.
---
updated-dependencies:
- dependency-name: goauthentik/fips-python
dependency-version: 3.14.5-slim-trixie-fips
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 12:54:27 +02:00
dependabot[bot]
4889d047f0
core: bump uvicorn[standard] from 0.48.0 to 0.49.0 ( #22993 )
...
Bumps [uvicorn[standard]](https://github.com/Kludex/uvicorn ) from 0.48.0 to 0.49.0.
- [Release notes](https://github.com/Kludex/uvicorn/releases )
- [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md )
- [Commits](https://github.com/Kludex/uvicorn/compare/0.48.0...0.49.0 )
---
updated-dependencies:
- dependency-name: uvicorn[standard]
dependency-version: 0.49.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 12:54:22 +02:00
dependabot[bot]
bfe104bb69
core: bump which from 8.0.2 to 8.0.3 ( #22994 )
...
Bumps [which](https://github.com/harryfei/which-rs ) from 8.0.2 to 8.0.3.
- [Release notes](https://github.com/harryfei/which-rs/releases )
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/harryfei/which-rs/compare/8.0.2...8.0.3 )
---
updated-dependencies:
- dependency-name: which
dependency-version: 8.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 12:54:18 +02:00
dependabot[bot]
453a49d954
ci: bump taiki-e/install-action from 2.81.7 to 2.81.8 in /.github/actions/setup ( #22995 )
...
ci: bump taiki-e/install-action in /.github/actions/setup
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action ) from 2.81.7 to 2.81.8.
- [Release notes](https://github.com/taiki-e/install-action/releases )
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/taiki-e/install-action/compare/56545b37b57562edd73171cb6c62cc509db4c34e...0631aa6515c7d545823c67cfae7ef4fc7f490154 )
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.81.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-11 12:54:14 +02:00
Teffen Ellis
269a89708c
web/elements: extract mermaid runtime, modernize <ak-diagram> ( #22980 )
...
* web: Clean up diagram behavior.
* Add accessor.
* Fix import.
* Fix theme colors, consistent patternfly colors.
* Fix spelling.
2026-06-11 04:10:36 +00:00
authentik-automation[bot]
8554427d3f
core, web: update translations ( #22983 )
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2026-06-11 05:35:35 +02:00
Connor Peshek
929a65c1b5
website/integrations: dokuwiki: add post logout and logout urls ( #22984 )
...
* docs/integrations: update dokuwiki with post logout and logout url
* update oauth config screenshot
* Optimised images with calibre/image-actions
---------
Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com>
2026-06-11 02:32:15 +00:00
Dominic R
d9af3ab85c
website/integrations: Bitwarden: cleanup ( #22698 )
...
Clean up the Bitwarden integration guide to match the current template and verified SSO settings.
Agent-thread: https://sdko.org/internal/threads/019e6b1f-ead2-7471-8d76-55c57b09a495
Co-authored-by: Agent <agent@svc.sdko.net >
2026-06-10 13:41:36 -04:00
Connor Peshek
d1ade08e24
website/docs: add release notes for 2026.5.3 ( #22976 )
...
update release notes for 2026.5.3
2026-06-10 17:33:06 +00:00
Dominic R
f54840d460
website/integrations: add Box integration ( #22932 )
...
Document Box SAML SSO setup with authentik, including metadata submission and optional SAML group support.
Closes : #22911
Agent-thread: https://sdko.org/internal/thr/ak/019ea7e8-d5ff-7131-a39b-e30219873e8a
A7k-product: product
A7k-product-repo: 1
Co-authored-by: Agent <agent@svc.sdko.net >
2026-06-10 17:21:26 +00:00
Dominic R
226c69d213
core, web: Remove stale compatibility paths ( #22192 )
...
* Remove stale compatibility paths
* fix schema
* should have vibecoded this
---------
Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com >
2026-06-10 12:31:48 -04:00
dependabot[bot]
3f3903b442
core: bump github.com/jackc/pgx/v5 from 5.9.2 to 5.10.0 ( #22969 )
...
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx ) from 5.9.2 to 5.10.0.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v5.9.2...v5.10.0 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-version: 5.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 16:57:51 +02:00
dependabot[bot]
4e021ff98d
web: bump @sentry/browser from 10.55.0 to 10.56.0 in /web in the sentry group across 1 directory ( #22970 )
...
web: bump @sentry/browser in /web in the sentry group across 1 directory
Bumps the sentry group with 1 update in the /web directory: [@sentry/browser](https://github.com/getsentry/sentry-javascript ).
Updates `@sentry/browser` from 10.55.0 to 10.56.0
- [Release notes](https://github.com/getsentry/sentry-javascript/releases )
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-javascript/compare/10.55.0...10.56.0 )
---
updated-dependencies:
- dependency-name: "@sentry/browser"
dependency-version: 10.56.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: sentry
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 16:57:46 +02:00
dependabot[bot]
cc5ff4b94a
core: bump goauthentik/fips-python from dc515b7 to ede0a00 in /lifecycle/container ( #22971 )
...
core: bump goauthentik/fips-python in /lifecycle/container
Bumps goauthentik/fips-python from `dc515b7` to `ede0a00`.
---
updated-dependencies:
- dependency-name: goauthentik/fips-python
dependency-version: 3.14.5-slim-trixie-fips
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 16:57:41 +02:00
dependabot[bot]
f92cf047b3
core: bump cryptography from 48.0.0 to 48.0.1 ( #22972 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 48.0.0 to 48.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/48.0.0...48.0.1 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 48.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 16:57:36 +02:00
dependabot[bot]
e7f30a8f0a
web: bump shell-quote from 1.8.3 to 1.8.4 in /web ( #22958 )
...
Bumps [shell-quote](https://github.com/ljharb/shell-quote ) from 1.8.3 to 1.8.4.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.8.4 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-version: 1.8.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 16:45:48 +02:00
dependabot[bot]
c9cc70ba53
web: bump shell-quote from 1.8.3 to 1.8.4 ( #22959 )
...
Bumps [shell-quote](https://github.com/ljharb/shell-quote ) from 1.8.3 to 1.8.4.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/shell-quote/compare/v1.8.3...v1.8.4 )
---
updated-dependencies:
- dependency-name: shell-quote
dependency-version: 1.8.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-10 16:39:05 +02:00
Dominic R
2148f1d35c
website/integrations: Cloudflare Access: cleanup ( #22697 )
...
Clean up the Cloudflare Access guide to match the current OIDC setup flow and authentik provider URLs.
Agent-thread: https://sdko.org/internal/threads/019e6b1f-8fa7-7561-9882-1e65cdb2f583
Co-authored-by: Agent <agent@svc.sdko.net >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2026-06-10 10:01:03 -04:00
dependabot[bot]
06a37a6db5
website: bump semver from 7.8.1 to 7.8.2 in /website ( #22915 )
...
* website: bump semver from 7.8.1 to 7.8.2 in /website
Bumps [semver](https://github.com/npm/node-semver ) from 7.8.1 to 7.8.2.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.8.1...v7.8.2 )
---
updated-dependencies:
- dependency-name: semver
dependency-version: 7.8.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* sigh
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2026-06-10 13:52:40 +02:00
Jens L.
c3c6508b67
providers/radius: fix panic in log due to type ( #22965 )
...
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
2026-06-10 00:12:33 +02:00
Teffen Ellis
b456e4a9f6
web/polyfill: polyfill customElements.getName for Safari < 17.4 ( #22940 )
...
* web/polyfill: polyfill customElements.getName for Safari < 17.4
The flow renderer started calling window.customElements.getName in 2026.5,
which crashes on iOS 16 Safari and any WebKit WebView before 17.4. Reporters
saw "getName is not a function" at the first stage render and the page never
recovered.
The polyfill wraps define() to record each tag and constructor pair, then
resolves getName(ctor) from that map. It only installs when the registry is
missing the method, so modern browsers keep their native implementation. The
polyfill bundle is loaded from base/skeleton.html ahead of every interface
entry point, so the wrap is in place before any customElements.define call
runs.
Fixes #22611
Co-Authored-By: Agent (authentik-i22611-committed-cooperative-orchid) <279763771+playpen-agent@users.noreply.github.com >
* Refine.
---------
Co-authored-by: Agent (authentik-i22611-committed-cooperative-orchid) <279763771+playpen-agent@users.noreply.github.com >
Co-authored-by: Connor Peshek <connor@connorpeshek.me >
2026-06-09 13:33:06 -05:00
Marcelo Elizeche Landó
6e8176cdf7
core: bump django from 5.2.14 to v5.2.15 ( #22956 )
...
bump django from 5.2.14 to v5.2.15
2026-06-09 12:39:59 -05:00
Connor Peshek
c897e40bb4
website/integrations: add opencloud integration ( #22497 )
...
* website/integrations: add opencloud integration
* add steps for all clients
* improve wording and style
* Update website/integrations/chat-communication-collaboration/opencloud/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
* Update website/integrations/chat-communication-collaboration/opencloud/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
* Update website/integrations/chat-communication-collaboration/opencloud/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
* Update website/integrations/chat-communication-collaboration/opencloud/index.mdx
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
* add feedback
* Update website/integrations/chat-communication-collaboration/opencloud/index.mdx
Co-authored-by: Dominic R <dominic@goauthentik.io >
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
* move table location
* update advanced proto settings location
* lint
* Apply suggestions from code review
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
* lint
* Update index.mdx
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
---------
Signed-off-by: Connor Peshek <connor@connorpeshek.me >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Dominic R <dominic@goauthentik.io >
2026-06-09 11:36:44 -05:00
Connor Peshek
f6d7edd4d8
providers/oauth: skip post logout redirect matching if none are saved on the provider ( #22718 )
...
skip post logout redirect matching if none are saved on the provider
2026-06-09 11:36:01 -05:00
Dominic R
284896176e
website/integrations: add Dropbox Sign integration ( #22934 )
...
Add a Dropbox Sign SAML integration guide based on Dropbox's setup documentation.
Closes : #22909
Agent-thread: https://sdko.org/internal/thr/ak/019ea7e9-b2de-7103-893f-2547731ef9cb
A7k-product: product
A7k-product-repo: 3
Co-authored-by: Agent <agent@svc.sdko.net >
2026-06-09 12:20:15 -04:00
Dominic R
eea639c822
website/integrations: add HubSpot ( #22933 )
...
Add a HubSpot SAML SSO integration guide covering authentik and HubSpot setup.
Closes : #22910
Agent-thread: https://sdko.org/internal/thr/ak/019ea7e9-4bf5-78b1-b364-20b68c06a8ce
A7k-product: product
A7k-product-repo: 2
Co-authored-by: Agent <agent@svc.sdko.net >
2026-06-09 14:04:46 +00:00
sreelim
540c2810b4
website/docs: document SCIM source trust model and security implications ( #22535 )
...
docs: document SCIM source trust model and security implications
Describe tenant-wide user/group correlation, unscoped membership,
destructive DELETE behavior, and default bootstrap group exposure so
operators understand the SCIM Bearer token trust boundary.
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-06-09 09:40:51 -04:00
Dominic R
f600a622ae
website/integrations: add Dozzle ( #22939 )
...
* website/integrations: Dozzle: cleanup
Closes : #16052
Agent-thread: https://sdko.org/internal/thr/ak/019ea8d4-853c-7282-a700-968e5a50b888
A7k-product: product
A7k-product-repo: 2
Co-authored-by: Agent <agent@svc.sdko.net >
* Update website/integrations/monitoring/dozzle/index.md
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
---------
Signed-off-by: Dewi Roberts <dewi@goauthentik.io >
Co-authored-by: Agent <agent@svc.sdko.net >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2026-06-09 09:34:47 -04:00
Dominic R
9e1f1f05b6
website/integrations: add IIS integration ( #22935 )
...
* website/integrations: add IIS integration
Add a community IIS integration guide covering proxy provider setup and IIS deployment layouts.
Closes : #19947
Agent-thread: https://sdko.org/internal/thr/ak/019ea7ea-23b6-7400-840f-93af6d11780a
A7k-product: product
A7k-product-repo: 4
Co-authored-by: Agent <agent@svc.sdko.net >
* website/integrations: fix IIS warning syntax
Use the integration guide admonition title format for the IIS ARR warning.
Agent-thread: https://sdko.org/internal/thr/ak/019ea7ea-23b6-7400-840f-93af6d11780a
A7k-product: product
A7k-product-repo: 4
Co-authored-by: Agent <agent@svc.sdko.net >
---------
Co-authored-by: Agent <agent@svc.sdko.net >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2026-06-09 09:34:26 -04:00
Dominic R
5acb5a2685
website/integrations: FortiMail: cleanup ( #22696 )
...
Agent-thread: https://sdko.org/internal/threads/019e6b1f-4069-74a0-8c51-fb731643e2f1
Co-authored-by: Agent <agent@svc.sdko.net >
Co-authored-by: Dewi Roberts <dewi@goauthentik.io >
2026-06-09 09:33:02 -04:00
dependabot[bot]
e9cd445958
website: bump the build group across 1 directory with 3 updates ( #22833 )
...
* website: bump the build group across 1 directory with 3 updates
Bumps the build group with 3 updates in the /website directory: [@rspack/binding-darwin-arm64](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack ), [@rspack/binding-linux-arm64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack ) and [@rspack/binding-linux-x64-gnu](https://github.com/web-infra-dev/rspack/tree/HEAD/packages/rspack ).
Updates `@rspack/binding-darwin-arm64` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/web-infra-dev/rspack/releases )
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.6/packages/rspack )
Updates `@rspack/binding-linux-arm64-gnu` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/web-infra-dev/rspack/releases )
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.6/packages/rspack )
Updates `@rspack/binding-linux-x64-gnu` from 2.0.4 to 2.0.6
- [Release notes](https://github.com/web-infra-dev/rspack/releases )
- [Commits](https://github.com/web-infra-dev/rspack/commits/v2.0.6/packages/rspack )
---
updated-dependencies:
- dependency-name: "@rspack/binding-darwin-arm64"
dependency-version: 2.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@rspack/binding-linux-arm64-gnu"
dependency-version: 2.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
- dependency-name: "@rspack/binding-linux-x64-gnu"
dependency-version: 2.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
---------
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Jens Langhammer <jens@goauthentik.io >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io >
2026-06-09 15:28:31 +02:00
dependabot[bot]
b55a1b26b7
core: bump goauthentik/fips-python from b332680 to dc515b7 in /lifecycle/container ( #22874 )
...
core: bump goauthentik/fips-python in /lifecycle/container
Bumps goauthentik/fips-python from `b332680` to `dc515b7`.
---
updated-dependencies:
- dependency-name: goauthentik/fips-python
dependency-version: 3.14.5-slim-trixie-fips
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-09 14:57:16 +02:00
dependabot[bot]
8ce9ecaec4
ci: bump astral-sh/setup-uv from 8.1.0 to 8.2.0 in /.github/actions/setup ( #22923 )
...
ci: bump astral-sh/setup-uv in /.github/actions/setup
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) from 8.1.0 to 8.2.0.
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39 )
---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
dependency-version: 8.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-09 14:56:51 +02:00
dependabot[bot]
c0d1d17776
core: bump github.com/go-openapi/runtime from 0.32.2 to 0.32.3 ( #22914 )
...
Bumps [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime ) from 0.32.2 to 0.32.3.
- [Release notes](https://github.com/go-openapi/runtime/releases )
- [Commits](https://github.com/go-openapi/runtime/compare/v0.32.2...v0.32.3 )
---
updated-dependencies:
- dependency-name: github.com/go-openapi/runtime
dependency-version: 0.32.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-09 14:56:30 +02:00
dependabot[bot]
1163d6a010
core: bump sentry-sdk from 2.61.0 to 2.61.1 ( #22916 )
...
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python ) from 2.61.0 to 2.61.1.
- [Release notes](https://github.com/getsentry/sentry-python/releases )
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getsentry/sentry-python/compare/2.61.0...2.61.1 )
---
updated-dependencies:
- dependency-name: sentry-sdk
dependency-version: 2.61.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-09 14:56:00 +02:00
dependabot[bot]
91b8f85788
ci: bump actions/checkout from 6.0.2 to 6.0.3 ( #22877 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-09 14:55:44 +02:00