Unable to pass SHIB_USERID from Apache to Oracle HTTP server
Cantor, Scott
cantor.2 at osu.edu
Mon Sep 7 01:32:39 EDT 2015
On 9/6/15, 10:27 PM, "users on behalf of Murthy Nunna" <users-bounces at shibboleth.net on behalf of mnunna at fnal.gov> wrote:
>RewriteRule /pls/cert/(.*) http://%{SERVER_NAME}:7777/pls/cert/$1 [P,L,env=HTTP_X_FORWARDED_FOR:%{HTTP_X_FORWARDED_FOR},env=SHIB_USERID:%{SSL:SHIB_USERID}]
>
>When I print all env variables in apache I see SHIB_USERID has a value. But in OHS it comes out as blank.
>Also, in Apache rewrite log, I see it is being set to blank…
Then your rewrite rule probably executes before mod_shib does. I don't know of any way to influence that.
-- Scott
More information about the users
mailing list