Skip to content

Conversation

BeryJu
Copy link
Member

@BeryJu BeryJu commented Oct 3, 2025

Details

related to #15034

if a user attempts to authenticate in multiple browsers (their session expired and a browser restart reloaded all tabs for example), this changes the behaviour to allow them to refresh other tabs after signing in on one tab


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)

… flow while already authenticated

Signed-off-by: Jens Langhammer <[email protected]>
@BeryJu BeryJu requested a review from a team as a code owner October 3, 2025 18:56
Copy link

netlify bot commented Oct 3, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit aded17d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68e01e66df5dcd0007c0b380

Copy link

netlify bot commented Oct 3, 2025

Deploy Preview for authentik-integrations canceled.

Name Link
🔨 Latest commit aded17d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68e01e6656799a0008ae818e

Copy link

netlify bot commented Oct 3, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit aded17d
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/68e01e6662e4cd00089304d6

Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.90%. Comparing base (6fe8311) to head (aded17d).
⚠️ Report is 16 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17243      +/-   ##
==========================================
- Coverage   92.94%   92.90%   -0.05%     
==========================================
  Files         856      856              
  Lines       46485    46499      +14     
==========================================
- Hits        43207    43200       -7     
- Misses       3278     3299      +21     
Flag Coverage Δ
e2e 46.06% <7.14%> (-0.06%) ⬇️
integration 23.18% <0.00%> (-0.01%) ⬇️
unit 91.02% <100.00%> (+<0.01%) ⬆️
unit-migrate 91.08% <100.00%> (+<0.01%) ⬆️

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.

Signed-off-by: Jens Langhammer <[email protected]>
Copy link
Contributor

github-actions bot commented Oct 3, 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-aded17dca47266d51b7c97cba2da316c710def41
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-aded17dca47266d51b7c97cba2da316c710def41

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

@BeryJu BeryJu merged commit 6473a2a into main Oct 5, 2025
156 of 159 checks passed
@BeryJu BeryJu deleted the flows/redirect-on-non-applicable-authenticated branch October 5, 2025 00:34
@BeryJu BeryJu added the backport/version-2025.8 Add this label to PRs to backport changes to 2025.8 label Oct 6, 2025
authentik-automation bot pushed a commit that referenced this pull request Oct 6, 2025
… flow while already authenticated (#17243)

* flows: redirect to next when accessing an unapplicable authentication flow while already authenticated

Signed-off-by: Jens Langhammer <[email protected]>

* fix test

Signed-off-by: Jens Langhammer <[email protected]>

---------

Signed-off-by: Jens Langhammer <[email protected]>
@authentik-automation
Copy link
Contributor

🍒 Cherry-pick to version-2025.8 created: #17266

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/version-2025.8 Add this label to PRs to backport changes to 2025.8

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant