passing attributes with reverse proxy

Tonu Mikk tmikk at umn.edu
Tue Apr 5 12:14:43 EDT 2016


Hello,

We have a Apache web server in front of a custom web server (Active4D).  We
are proxying the requests from the Apache web server to the Active4D.  On
the web server we implemented Shibboleth login and are able to retrieve the
Shibboleth attributes.  How can we pass these attributes to the Active4D
server?  I understand there is a way to do this by sending the attributes
in the http request header, but I haven't found a recipe on how this is
accomplished.  We would like to pass the eppn value to Active4D to have it
check for existing users in the database.

Our current Apache vhost configuration looks like this:

<VirtualHost 134.84.192.6:443>
ServerName 4d.diversity.umn.edu

        <Location />
        AuthType shibboleth
        ShibRequestSetting requireSession 1
        Require valid-user
        </Location>
        ProxyPass /Shibboleth.sso !

        ProxyPass / http://oed-db.oit.umn.edu/
SSLEngine on
....SSL cert paths...- removed for brevity
</VirtualHost>

Thanks!

-- 
Tonu Mikk
Adaptive Technologist | Disability Resource Center |
diversity.umn.edu/disability
University of Minnesota | umn.edu
tmikk at umn.edu | 612-625-3307
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20160405/46260f3c/attachment.html>


More information about the users mailing list