ShibRequestSetting and Apache Environment Variables

Cantor, Scott cantor.2 at osu.edu
Thu Sep 15 02:30:20 BST 2011


On 9/14/11 9:01 PM, "Andrew D." <netrealm at gmail.com> wrote:
>
>The part I'm having trouble with is figuring out the syntax for
>"ShibRequestSetting entityID env=ENTITY_ID".  Is what I'm attempting
>even possible?  If so, how and is it the correct solution?

I have no idea, but I can say that the code that parses ShibRequestSetting
is standard Apache code handling a two parameter option, and that's all it
does. If there's some way to parameterize that, it better happen before
the command logic executes. I'm not aware of any general Apache facility
like that. But I'm no expert.

Personally, I would use Location if you're trying to set something based
on the URL.

-- Scott



More information about the users mailing list