SAML message delivered with POST to incorrect server URL. with Google Cloud Load Balancer

Cantor, Scott cantor.2 at osu.edu
Thu May 31 21:08:02 EDT 2018


> Is the httpd.conf ServerName directive the only way to control this behavior
> and get the target and destination names to match?

Apache requires that be set for most  applications to run properly in an environment like that, so yes, that's the only way for Shibboleth to work since it has to be set regardless. That's a feature (you configure your web server properly and the SP just works). IIS doesn't support virtualization so the SP is forced to compensate, but Apache does so there's no reason to do anything special.

If your application functions without ServerName set, it either never generates self-referential links or it's got a bug.

-- Scott



More information about the users mailing list