Adhitya Logan
Adhitya Logan
@nvuillam It looks like the python flavor is missing the JS/TS linters. Maybe it would be a good idea to create a `pythonweb` flavor, similar to `dotnetweb`? It Could cover...
These are some good questions, I can help investigate. Of course, anyone else who's interested is more than welcome to join in as well!
Maybe we could do something similar to the upstream [repo](https://github.com/SAML-Toolkits/php-saml#url-guessing-methods): > When the PHP application is behind a proxy or a load balancer we can > execute `setProxyVars(true)` and `setSelfPort`...
Sure, I would be willing to help test your changes regarding this issue
@Izanagi52 Something that helped me was changing [this](https://github.com/derricksmith/phpsaml/blob/master/setup.php#L224) line to something like `$returnTo = (((isset($_GET['redirect']) ? $_GET['redirect'] : isset($_SERVER['HTTP_X_FORWARDED_PROTO'])) ? $_SERVER['HTTP_X_FORWARDED_PROTO'] : isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on') ? "https" :...