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: Thu, 13 May 2004 17:21:20 -0400
  • Organization: The Ohio State University

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

That doesn't work, at the moment. If you want three levels, you need three
nested Paths:

<Path name="cgi-bin">
<Path name="shib-test">
<Path name="target1"/>
</Path>
</Path>

Sorry, it saved me time. I think I might be able to fix this though, I'll
take a look.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page