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:
  • To:
  • Subject: RE: v1.2, testing a second Application
  • Date: Thu, 13 May 2004 13:34:11 -0400

OK... changed my shibboleth.xml file:

<Host name="pluto.services.brown.edu" scheme="http">
<Path name="secure" requireSession="true" exportAssertion="true" applicationId="pluto"/>
<Path name="cgi-bin/shib-test/target1" requireSession="true" exportAssertion="true" applicationId="pluto.target1"/>
</Host>

<Application id="pluto" providerId="urn:mace:inqueue:brown.edu">
<Sessions lifetime="7200" timeout="3600" checkAddress="true" checkReplay="true"
shireURL="/Shibboleth.pluto.shire" shireSSL="false" cookieName="shib-pluto-app" cookieProps="; path=/"
wayfURL="https://wayf.internet2.edu/InQueue/WAYF"/>
</Application>

<!-- cookiename removed -->
<Application id="pluto.target1" providerId="urn:mace:inqueue:brown.edu:target1">
<Sessions lifetime="7200" timeout="3600" checkAddress="true" checkReplay="true"
shireURL="/Shibboleth.pluto.target1.shire" shireSSL="false" cookieProps="; path=/"
wayfURL="https://wayf.internet2.edu/InQueue/WAYF"/>
</Application>

and now I see this in my SHIRE log:

2004-05-13 13:22:14 WARN shibtarget.XMLApplication init XMLConfigImpl XMLApplication load: load() skipping duplicate property set: {urn:mace:shibboleth:target:config:1.0}Application

and this in my browser window (presumably because of the warning)

The requested URL /Shibboleth.pluto.shire was not found on this server.

Suggestions?



Archive powered by MHonArc 2.6.16.

Top of Page