SP 2.x doesn't respect consistentAddress="false" setting
Mark Vinkx
mark.vinkx at uzleuven.be
Thu Sep 21 08:45:45 EDT 2017
Scott
Thanks for your insights and quick response. I got it working.
My previous try, setting the header I wanted shibboleth to use in the apache config, was a quick hack and shibboleth didn't like it.
RequestHeader set uzl_shib_session_ip "10.254.3.222"
<Location / >
ShibRequestSetting REMOTE_ADDR uzl_shib_session_ip
</location>
I tried to do it the right way and that worked
I configured the haproxy to set the X-Forwarded-For and used
<Location / >
ShibRequestSetting REMOTE_ADDR X-Forwarded-For
</location>
Met vriendelijk groeten
Mark Vinkx
More information about the users
mailing list