configuring SP and applications under paths
Yannick Béot
yannick.beot at gmail.com
Wed Sep 26 05:56:09 EDT 2012
Hi,
You can add the following lines in your apache conf for the corresponding
virtual host (www.xpto.com <http://www.xpto.com/app1>)
<Location /appl>
AuthType shibboleth
ShibRequestSetting requireSession 1
require valid—user
</Location>
<Location /path2/app2> AuthType shibboleth ShibRequestSetting
requireSession 1 require valid—user </Location>
Y.
On Wed, Sep 26, 2012 at 11:32 AM, Pedro Albuquerque <pedroalb at ebi.ac.uk>wrote:
> **
> Hi,
>
> I was able to configure apache (and several virtual hosts) and the service
> provider to secure each of the domain names.
> However, there is a domain name which has different applications under
> paths, like:
>
> www.xpto.com/app1
> www.xpto.com/path2/app2
>
> Do you have any idea how to configure apache and the service provider
> (shibboleth2.xml) to achieve this?
>
> Thanks,
> Pedro.
>
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20120926/b543fab5/attachment.html
More information about the users
mailing list