configuring SP and applications under paths
Pedro Albuquerque
pedroalb at ebi.ac.uk
Wed Sep 26 06:40:52 EDT 2012
I don't think this is what I am looking for. Sorry if I explained it
wrongly.
We run Drupal websites on virtual hosts. With the Drupal shibboleth
login module, I was able to set for each site and its virtual host the
shibboleth login. They are sites like: www.site1.com, www.site2.com.
However, to login into sites like: www.domain.com/site1 or
www.domain.com/path/site2, I cannot make it work. I want to be forward
to the IdP login page when I hit these paths.
Is there anything to be configured in the /etc/shibboleth2.xml
differently than the "usual" sites?
Thanks again,
Pedro.
On 26/09/2012 10:56, Yannick Béot wrote:
> 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 <mailto: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 <http://www.xpto.com/app1>
> www.xpto.com/path2/app2 <http://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
> <mailto:users-unsubscribe at shibboleth.net>
>
>
>
> --
> 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/0e0f5dda/attachment-0001.html
More information about the users
mailing list