web: saml provider view: fix state refresh issues#14474
Merged
GirlBossRush merged 8 commits intogoauthentik:mainfrom Aug 21, 2025
Merged
web: saml provider view: fix state refresh issues#14474GirlBossRush merged 8 commits intogoauthentik:mainfrom
GirlBossRush merged 8 commits intogoauthentik:mainfrom
Conversation
Fixes the following issues: 1. Fixed incorrect certificate download when changing a signing certificate - previously, clicking "Download Signing Certificate" after updating a certificate would still download the old certificate until the page was refreshed. 2. Fixed missing UI updates when adding a signing certificate - previously, when a signing certificate was added to a provider, the download button wouldn't appear until the page was refreshed. 3. Fixed persistent download button when removing a certificate - previously, when a signing certificate was removed from a provider, the download button would still be visible until the page was refreshed.
✅ Deploy Preview for authentik-docs 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #14474 +/- ##
=======================================
Coverage 92.82% 92.82%
=======================================
Files 817 817
Lines 42162 42162
=======================================
Hits 39135 39135
Misses 3027 3027
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
GirlBossRush
approved these changes
May 16, 2025
Signed-off-by: Dominic R <dominic@sdko.org>
Signed-off-by: Dominic R <dominic@sdko.org>
6 tasks
kensternberg-authentik
added a commit
that referenced
this pull request
Aug 26, 2025
* main: (210 commits) web: Username truncation, field alignment. (#16283) website/docs: adds a webhook header mapping example (#16301) web: Fix issue where form group uses unknown slot. (#16276) lifecycle: set PROMETHEUS_MULTIPROC_DIR as early as possible (#16298) providers/oauth2: fix logout token missing sid, fix wrong sub mode used (#16295) web: bump core-js from 3.45.0 to 3.45.1 in /web (#16290) root: Remove CODEOWNERS entries from docs/ directory (#16287) *: Fix dead doc link (#16288) web: saml provider view: fix state refresh issues (#14474) web: fix "Explore integrations" link in Quick actions (#16274) website/integrations: fix dead links to external docs (#16273) tasks: add rel_obj to system task exception event (#16270) website/docs: update 2025.8 release notes (#16269) web: bump @patternfly/elements from 4.1.0 to 4.2.0 in /web (#16265) web: bump mermaid from 11.9.0 to 11.10.0 in /web (#16263) web: bump @types/guacamole-common-js from 1.5.3 to 1.5.4 in /web (#16262) security: Bump supported versions (#16261) core: bump channels from 4.3.0 to v4.3.1 (#16260) translate: Updates for file web/xliff/en.xlf in cs_CZ (#16264) website: bump the eslint group in /website with 3 updates (#16248) ...
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.
Fixes the following issues:
Closes #14310
Test cases:
Issue 1:
Issue 2:
Issue 3:
Details
REPLACE ME
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 website)