sources/saml: truncate transient username longer than 150 chars#19930
sources/saml: truncate transient username longer than 150 chars#19930gergosimonyi merged 5 commits intomainfrom
Conversation
✅ Deploy Preview for authentik-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19930 +/- ##
==========================================
+ Coverage 93.23% 93.25% +0.02%
==========================================
Files 968 968
Lines 53565 53583 +18
==========================================
+ Hits 49941 49969 +28
+ Misses 3624 3614 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-fdb69e90641771a3024d42affedc3f5a4085102e
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-fdb69e90641771a3024d42affedc3f5a4085102eAfterwards, run the upgrade commands from the latest release notes. |
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
✅ Deploy Preview for authentik-integrations ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…thentik#19930) * sources/saml: hash a username longer than 150 chars * rework * reword * add const for username length, always use same format Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
* main: (108 commits) tasks: add queued tasks metrics (#20118) website/docs: endpoint devices: add fleet connector doc (#20086) tasks/middlewares: call monitoring_set upon metrics request (#20117) core: bump github.com/pires/go-proxyproto from 0.9.2 to 0.10.0 (#20102) core: bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#20103) core: bump gunicorn from 25.0.1 to 25.0.3 (#20104) ci: bump int128/docker-manifest-create-action from 2.13.0 to 2.14.0 (#20105) ci: bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/actions/setup (#20106) web: bump the swc group across 2 directories with 1 update (#20108) web: bump playwright from 1.58.1 to 1.58.2 in /web (#20109) web: bump @playwright/test from 1.58.1 to 1.58.2 in /web (#20110) web: bump @types/node from 25.2.1 to 25.2.2 in /web (#20111) web: bump knip from 5.83.0 to 5.83.1 in /web (#20112) web: bump type-fest from 5.4.3 to 5.4.4 in /web (#20113) sources/oauth: Fix InvalidAudienceError in id_token fallback (#20096) website/docs: generate CVE sidebar (#20098) providers/saml: move sp acs binding down in form (#20039) sources/saml: truncate transient username longer than 150 chars (#19930) web: Fix locale selector in compatibility mode. (#19946) web/i18n: Fix Japanese and Korean font overrides. (#19994) ...
* main: (34 commits) tasks: add queued tasks metrics (#20118) website/docs: endpoint devices: add fleet connector doc (#20086) tasks/middlewares: call monitoring_set upon metrics request (#20117) core: bump github.com/pires/go-proxyproto from 0.9.2 to 0.10.0 (#20102) core: bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#20103) core: bump gunicorn from 25.0.1 to 25.0.3 (#20104) ci: bump int128/docker-manifest-create-action from 2.13.0 to 2.14.0 (#20105) ci: bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/actions/setup (#20106) web: bump the swc group across 2 directories with 1 update (#20108) web: bump playwright from 1.58.1 to 1.58.2 in /web (#20109) web: bump @playwright/test from 1.58.1 to 1.58.2 in /web (#20110) web: bump @types/node from 25.2.1 to 25.2.2 in /web (#20111) web: bump knip from 5.83.0 to 5.83.1 in /web (#20112) web: bump type-fest from 5.4.3 to 5.4.4 in /web (#20113) sources/oauth: Fix InvalidAudienceError in id_token fallback (#20096) website/docs: generate CVE sidebar (#20098) providers/saml: move sp acs binding down in form (#20039) sources/saml: truncate transient username longer than 150 chars (#19930) web: Fix locale selector in compatibility mode. (#19946) web/i18n: Fix Japanese and Korean font overrides. (#19994) ...
…/flow/one-true-api * web/flow/tablize-token-component-relationship: (84 commits) tasks: add queued tasks metrics (#20118) website/docs: endpoint devices: add fleet connector doc (#20086) tasks/middlewares: call monitoring_set upon metrics request (#20117) core: bump github.com/pires/go-proxyproto from 0.9.2 to 0.10.0 (#20102) core: bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#20103) core: bump gunicorn from 25.0.1 to 25.0.3 (#20104) ci: bump int128/docker-manifest-create-action from 2.13.0 to 2.14.0 (#20105) ci: bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/actions/setup (#20106) web: bump the swc group across 2 directories with 1 update (#20108) web: bump playwright from 1.58.1 to 1.58.2 in /web (#20109) web: bump @playwright/test from 1.58.1 to 1.58.2 in /web (#20110) web: bump @types/node from 25.2.1 to 25.2.2 in /web (#20111) web: bump knip from 5.83.0 to 5.83.1 in /web (#20112) web: bump type-fest from 5.4.3 to 5.4.4 in /web (#20113) sources/oauth: Fix InvalidAudienceError in id_token fallback (#20096) website/docs: generate CVE sidebar (#20098) providers/saml: move sp acs binding down in form (#20039) sources/saml: truncate transient username longer than 150 chars (#19930) web: Fix locale selector in compatibility mode. (#19946) web/i18n: Fix Japanese and Korean font overrides. (#19994) ...
…ctor * web/flow/one-true-api: (84 commits) tasks: add queued tasks metrics (#20118) website/docs: endpoint devices: add fleet connector doc (#20086) tasks/middlewares: call monitoring_set upon metrics request (#20117) core: bump github.com/pires/go-proxyproto from 0.9.2 to 0.10.0 (#20102) core: bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#20103) core: bump gunicorn from 25.0.1 to 25.0.3 (#20104) ci: bump int128/docker-manifest-create-action from 2.13.0 to 2.14.0 (#20105) ci: bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/actions/setup (#20106) web: bump the swc group across 2 directories with 1 update (#20108) web: bump playwright from 1.58.1 to 1.58.2 in /web (#20109) web: bump @playwright/test from 1.58.1 to 1.58.2 in /web (#20110) web: bump @types/node from 25.2.1 to 25.2.2 in /web (#20111) web: bump knip from 5.83.0 to 5.83.1 in /web (#20112) web: bump type-fest from 5.4.3 to 5.4.4 in /web (#20113) sources/oauth: Fix InvalidAudienceError in id_token fallback (#20096) website/docs: generate CVE sidebar (#20098) providers/saml: move sp acs binding down in form (#20039) sources/saml: truncate transient username longer than 150 chars (#19930) web: Fix locale selector in compatibility mode. (#19946) web/i18n: Fix Japanese and Korean font overrides. (#19994) ...
* main: (293 commits) tasks: add queued tasks metrics (#20118) website/docs: endpoint devices: add fleet connector doc (#20086) tasks/middlewares: call monitoring_set upon metrics request (#20117) core: bump github.com/pires/go-proxyproto from 0.9.2 to 0.10.0 (#20102) core: bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#20103) core: bump gunicorn from 25.0.1 to 25.0.3 (#20104) ci: bump int128/docker-manifest-create-action from 2.13.0 to 2.14.0 (#20105) ci: bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/actions/setup (#20106) web: bump the swc group across 2 directories with 1 update (#20108) web: bump playwright from 1.58.1 to 1.58.2 in /web (#20109) web: bump @playwright/test from 1.58.1 to 1.58.2 in /web (#20110) web: bump @types/node from 25.2.1 to 25.2.2 in /web (#20111) web: bump knip from 5.83.0 to 5.83.1 in /web (#20112) web: bump type-fest from 5.4.3 to 5.4.4 in /web (#20113) sources/oauth: Fix InvalidAudienceError in id_token fallback (#20096) website/docs: generate CVE sidebar (#20098) providers/saml: move sp acs binding down in form (#20039) sources/saml: truncate transient username longer than 150 chars (#19930) web: Fix locale selector in compatibility mode. (#19946) web/i18n: Fix Japanese and Korean font overrides. (#19994) ...
* main: (83 commits) web/admin: source forms not rendering (#19887) tasks: add queued tasks metrics (#20118) website/docs: endpoint devices: add fleet connector doc (#20086) tasks/middlewares: call monitoring_set upon metrics request (#20117) core: bump github.com/pires/go-proxyproto from 0.9.2 to 0.10.0 (#20102) core: bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#20103) core: bump gunicorn from 25.0.1 to 25.0.3 (#20104) ci: bump int128/docker-manifest-create-action from 2.13.0 to 2.14.0 (#20105) ci: bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/actions/setup (#20106) web: bump the swc group across 2 directories with 1 update (#20108) web: bump playwright from 1.58.1 to 1.58.2 in /web (#20109) web: bump @playwright/test from 1.58.1 to 1.58.2 in /web (#20110) web: bump @types/node from 25.2.1 to 25.2.2 in /web (#20111) web: bump knip from 5.83.0 to 5.83.1 in /web (#20112) web: bump type-fest from 5.4.3 to 5.4.4 in /web (#20113) sources/oauth: Fix InvalidAudienceError in id_token fallback (#20096) website/docs: generate CVE sidebar (#20098) providers/saml: move sp acs binding down in form (#20039) sources/saml: truncate transient username longer than 150 chars (#19930) web: Fix locale selector in compatibility mode. (#19946) ...
…logs-into-the-light * web/flow/extract-flow-inspector: (85 commits) Prettier is still having opinions. tasks: add queued tasks metrics (#20118) website/docs: endpoint devices: add fleet connector doc (#20086) tasks/middlewares: call monitoring_set upon metrics request (#20117) core: bump github.com/pires/go-proxyproto from 0.9.2 to 0.10.0 (#20102) core: bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#20103) core: bump gunicorn from 25.0.1 to 25.0.3 (#20104) ci: bump int128/docker-manifest-create-action from 2.13.0 to 2.14.0 (#20105) ci: bump astral-sh/setup-uv from 7.2.1 to 7.3.0 in /.github/actions/setup (#20106) web: bump the swc group across 2 directories with 1 update (#20108) web: bump playwright from 1.58.1 to 1.58.2 in /web (#20109) web: bump @playwright/test from 1.58.1 to 1.58.2 in /web (#20110) web: bump @types/node from 25.2.1 to 25.2.2 in /web (#20111) web: bump knip from 5.83.0 to 5.83.1 in /web (#20112) web: bump type-fest from 5.4.3 to 5.4.4 in /web (#20113) sources/oauth: Fix InvalidAudienceError in id_token fallback (#20096) website/docs: generate CVE sidebar (#20098) providers/saml: move sp acs binding down in form (#20039) sources/saml: truncate transient username longer than 150 chars (#19930) web: Fix locale selector in compatibility mode. (#19946) ...
Details
Closes #18177
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)