Multiple IDP Entity IDs with 1 IDP

bs_sunil bssunil74 at yahoo.com
Thu Jul 25 14:19:00 EDT 2013


My apologies if the use case is not clear. I am a bit confused though. I have
setup 2 virtual hosts in Apache pointing 2 different sites. I need
Shibboleth SP to work for both virtual hosts which is why I setup the
request mapper and the application override thinking the default config
would take care of the first virtual host (which it did) and the application
override would take care of the 2nd virtual host. 

Here is the virtual host for first app in apache. The second virtual is
exactly the same but with testb.com and proxy pointing to app2. Virtual host
IP address (not put in here) are same. So, how do I do it without request
mapper and application override?

<VirtualHost IPAddress:80>
  ServerAdmin admin at testa.net
  ServerName testa.com
  DocumentRoot /usr1/webroot/testa
  DirectoryIndex index.html index.php index.htm index.php

  ProxyRequests Off
     <Proxy *>
     Order deny,allow
     Allow from all
    </Proxy>

  ProxyPass / http://app1.com:3000/
  ProxyPassReverse / http://app1.com:3000/
  SetOutputFilter INFLATE;proxy-html;DEFLATE

    <Directory "/usr1/webroot/testa">
      Options FollowSymLinks +Includes
      AllowOverride AuthConfig
      Order allow,deny
      Allow from all
      DAV On
    </Directory>

<IfModule mod_alias.c>
 <Location /shibboleth-sp>
   Satisfy Any
   Allow from all
 </Location>
 Alias /shibboleth-sp/main.css /usr/share/shibboleth/main.css
</IfModule>

<Location /Shibboleth.sso>
SetHandler shib
</Location>

<Location />
AuthType shibboleth
#ShibRequestSetting applicationid default
ShibRequestSetting requireSession 1
require valid-user
</Location>

ErrorLog /usr1/logs/testa.com.errors
LogFormat combined
CustomLog /usr1/logs/testa.com.access common
</VirtualHost>

Thanks
Sunil




--
View this message in context: http://shibboleth.1660669.n2.nabble.com/Multiple-IDP-Entity-IDs-with-1-IDP-tp7588769p7588802.html
Sent from the Shibboleth - Users mailing list archive at Nabble.com.


More information about the users mailing list