SAML ACS URL does not update after site URL change without server restart (v2.5.305) #7420
Unanswered
oshinko
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
When changing the site URL from the admin panel in Wiki.js v2.5.305, the SAML ACS URL for the SAML 2.0 strategy (e.g.,
/login/00000000-0000-0000-0000-000000000000/callback
) appears to update correctly in the settings.However, after this change, attempting to log in using SAML authentication with our Identity Provider (IdP) fails. Error messages indicate that the
AssertionConsumerServiceURL
in the SAMLRequest generated by Wiki.js still contains the old site URL. Only after restarting the server does the SAMLRequest include the updated ACS URL, allowing successful login.Steps to Reproduce
AssertionConsumerServiceURL
in the SAMLRequest sent to the SAML IdP and observe that it still contains the old URL.Expected Behavior
The
AssertionConsumerServiceURL
in the SAMLRequest should update immediately after changing the site URL in the admin panel, without requiring a server restart.Actual Behavior
The
AssertionConsumerServiceURL
remains outdated until the server is restarted, causing SAML login attempts to fail.Environment
Additional Context
Please let me know if any additional information is required.
Thank you for your attention to this issue.
Beta Was this translation helpful? Give feedback.
All reactions