alesuiss

Results 4 comments of alesuiss

Hello all, I need this functionality too, so I've had a look yesterday. I've managed to advance quite a bit but I got stuck, so I'd like to ask for...

AFAIK all I can do is 1) act on the query string and 2) act on the result cursor to filter. But I'm totally new to this codebase, and maybe...

Hello @Izanagi52 Here is my very crude patch: ``` diff --git a/lib/php-saml/src/Saml2/Utils.php b/lib/php-saml/src/Saml2/Utils.php index c6e912c..75a92d1 100644 --- a/lib/php-saml/src/Saml2/Utils.php +++ b/lib/php-saml/src/Saml2/Utils.php @@ -39,7 +39,7 @@ class Utils /** * @var bool...

@Izanagi52 you may need to make sure your proxy actually does set the X-Forwarded-* headers. Example for nginx: ``` proxy_set_header X-Forwarded-For $remote_addr ; proxy_set_header X-Forwarded-Host $host ; proxy_set_header X-Forwarded-Proto $scheme...