I've attached the gin-lb version patch for d10.3:
The patch from #7 no longer applies, but I think this would be a sensible UX enhancement. I have pushed an issue fork and attached a patch for gin_lb users.
kalanh β made their first commit to this issueβs fork.
I'm having the same issue all these years later with simplesamlphp_auth 4 on my Drupal 10 project. Did you end up solving it?
On the other implementations I've configured, all I needed for this to work was to add the snippet to the .htaccess file:
# Allow access to simplesaml paths
RewriteCond %{REQUEST_URI} !^/simplesaml
I can only visit the simplesaml path at /simplesaml/module.php while all of the others show 404's handled by Drupal. I can even see the redirects working, for example, the /simplesaml root path redirects me to /simplesaml/module.php/core/welcome, but all I see is the 404 page.
kalanh β made their first commit to this issueβs fork.
kalanh β made their first commit to this issueβs fork.