-
- Downloads
Bugfix: SAML2 behind reverse proxies #3277
https://github.com/onelogin/php-saml When the PHP application is behind a proxy or a load balancer we can execute setProxyVars(true) and setSelfPort and isHTTPS will take care of the $_SERVER["HTTP_X_FORWARDED_PORT"] and $_SERVER['HTTP_X_FORWARDED_PROTO'] vars (otherwise they are ignored).
Please register or sign in to comment