[SOLVED] Re: Apache ServerName, handlerURL, and Reverse Proxy

Cantor, Scott cantor.2 at osu.edu
Mon Jan 14 10:44:21 EST 2013


On 1/14/13 10:31 AM, "Martin Haase" <Martin.Haase at DAASI.de> wrote:

>We noticed the following during logout: when the notified application
>(moodle) generated the front channel redirect (after app-logout) back to
>the SP's logout handler (at the proxy's address), the client saw a
>redirect to the backend's address. Could well be an Apache bug, I do not
>suspect this to be an SP bug.

If you have a Notify hook configured, the URL it gives to the hook to tell
it where to come back to is generated the same way as any other
self-referential handler location. It should be the same as the ACS
location it generates to the IdP and so forth.

The Hostname there would come from ServerName, unless canonical is off, in
which case it comes from the Host header of the client (or proxy in this
case).

-- Scott




More information about the users mailing list