Distiguishing between apps by URL parameter?

Cantor, Scott cantor.2 at osu.edu
Wed Nov 2 15:23:48 GMT 2011


On 11/2/11 11:00 AM, "Kevin LaBarre" <Kevin.LaBarre at Assetworks.com> wrote:

>These two URLs point to different applications.  The issue is that I
>cannot use the host, nor the rest of the URL to differentiate between
>applications for Shibboleth purposes.  I would appreciate any ideas in
>how I can make this work.  I have Shibboleth working with a single
>customer just fine, so I know I have the basics configured correctly.
>Thanks in advance!

I don't know if Apache can apply settings based on the query string or
not. If it can, that's the safest approach. Otherwise, there is a <Query>
feature in the RequestMap, as documented. It can be very dangerous to use
because query string parameters are case sensitive, but many apps don't
treat them that way, so you can get around the mapping in some cases.

It also depends what the failure scenario is. If all you do is use it to
assign the override, and a failure to do that doesn't hurt anything, then
it's probably fine.

-- Scott



More information about the users mailing list