- Issue created by @jrb
- Merge request !30Issue #3523487: Update description for "Retrieve logout signature parameters... β (Merged) created by jrb
- πΊπΈUnited States jrb Raleigh-Durham Area, NC, USA
I created an MR with that text change.
- First commit to issue fork.
-
roderik β
committed fd42758a on 8.x-3.x authored by
jrb β
Issue #3523487 by jrb: "Error encountered during processing SAML single-...
-
roderik β
committed fd42758a on 8.x-3.x authored by
jrb β
- π³π±Netherlands roderik Amsterdam,NL / Budapest,HU
Thank you! This kind of 'maintenance from users' is exactly what this module needs.
(Per the giant comment above the code line that you changed: I think that actually, the option should not exist / should be "on with automatic fallback" in the PHP-SAML library, so that Microsoft IdPs work by default. But it seems I won't get to discussing that and also actually convincing the maintainers that this is true...)
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
10 days ago 8:08pm 20 August 2025 - πΊπΈUnited States karenann
Outstanding!
The screen message I was getting was:
Error(s) encountered during processing of SLS response. Type(s): invalid_logout_response; reason given for last error: Signature validation failed. Logout Response rejected
But in Watchdog, I was getting was with /saml/acs and read:
While processing SAML authentication response, code leaked cacheability metadata. This indicates a bug somewhere (but it is hard to pinpoint where): if the same code is called in other scenarios too, it may cause fatal crashes, or bloat the render cache unnecessarily. Please investigate. Metadata: i:6;:O:37:"Drupal\Core\Render\BubbleableMetadata":4:{s:16:"*cacheContexts";a:0:{}s:12:"*cacheTags";a:0:{}s:14:"*cacheMaxAge";i:-1;s:14:"*attachments";a:0:{}}
Checking the box for "Retrieve logout signature parameters from $_SERVER['REQUEST']" solved this.
Thank you so much!!!