Unable to pass SHIB_USERID from Apache to Oracle HTTP server
Tom Zeller
tzeller at dragonacea.biz
Sun Sep 6 22:39:52 EDT 2015
> On Sep 6, 2015, at 9:27 PM, Murthy Nunna <mnunna at fnal.gov> wrote:
>
> Hi,
>
> I have implemented mod_shib. The authentication part is working fine. In our environment we have Apache in front end and OHS (Oracle HTTP Server) in back end. We need to pass SHIB_USERID from Apache to OHS. We have following rewrite rule but SHIB_USERID is not getting passed to OHS.
>
> 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…
>
> 131.225.74.243 - - [06/Sep/2015:06:00:15 --0500] [www-esh-dba.fnal.gov/sid#7f0a085c2bb8][rid#7f0a08704b88/initial] (5) setting env variable 'SHIB_USERID' to ''
I don't know. What happens when you access /pls/certs/(.*) ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150906/9b1b8502/attachment.html>
More information about the users
mailing list