Skip to Content.
Sympa Menu

shibboleth-dev - RE: v1.2, testing a second Application

Subject: Shibboleth Developers

List archive

RE: v1.2, testing a second Application


Chronological Thread 
  • From: Scott Cantor <>
  • To: ,
  • Subject: RE: v1.2, testing a second Application
  • Date: Wed, 12 May 2004 15:30:46 -0400
  • Organization: The Ohio State University

> My shibboleth.xml file contains this:
>
> <!-- stc aded these entries -->
> <Host name="pluto.services.brown.edu" scheme="http"
> applicationId="pluto">
> <Path name="secure" requireSession="true"
> exportAssertion="true"/>
> </Host>
>
> <Host name="pluto.services.brown.edu" scheme="http"
> applicationId="pluto.target1">
> <Path name="cgi-bin/shib-test/target1"
> requireSession="true" exportAssertion="true"/>
> </Host>

Can't possibly work, you've got a duplicate Host element there. It's only
going to see one of them. You need to nest that Path inside the first Host.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page