Shibboleth with one Vhost and two IdentityProvider

laino_f at libero.it laino_f at libero.it
Thu Mar 15 22:38:07 GMT 2012


Hi,

i have a problem for the shibboleth configuration.

In particular, i have one application including two URL to protect with two 
different Identity Provider:

- one URL is /protected 
- the other one is /protectedBasic.

I have configured the Virtual Host with the two protected URL; in shibboleth2.
xml i set the first URL in the default application and the second URL in the 
override application.

My problem is that: Override application uses the Identity Provider defined in 
default application.

I post you a file excerpt:

 <RequestMapper type="Native">
    <RequestMap applicationId="default">
      <Host name="test.domain.com" authType="shibboleth" requireSession="true"
>
               <Path name="/protected" applicationId="other-app"/>
                <Path name="/protectedBasic" applicationId="other-app"/>
            </Host>
       </Host>
    </RequestMap>
  </RequestMapper>

<ApplicationDefaults id="default" policyId="default"
        entityID="https://test.domain.com/protected/shibboleth"
        homeURL="https://test.domain.com"
        REMOTE_USER="eppn persistent-id targeted-id"
        >
<Sessions lifetime="28800" timeout="3600" checkAddress="false"
                handlerURL="/protected/Shibboleth.sso" handlerSSL="false">

.....


 <ApplicationOverride id="other-app" entityID="https://test.domain.
com/protectedBasic/shibboleth">
             <Sessions lifetime="28800" timeout="3600" checkAddress="false"
                handlerURL="/protectedBasic/Shibboleth.sso" handlerSSL="false"
>
        </ApplicationOverride>
   </ApplicationDefaults>
      






Can you suggest me how to solve this problem?

Thank's


More information about the users mailing list