Skip to Content.
Sympa Menu

shibboleth-dev - Re: Enhanced WAYF

Subject: Shibboleth Developers

List archive

Re: Enhanced WAYF


Chronological Thread 
  • From: Tom Scavo <>
  • To: Scott Cantor <>
  • Cc: Shibboleth Development <>
  • Subject: Re: Enhanced WAYF
  • Date: Mon, 15 Nov 2004 18:56:21 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=rD+YSoxZ8F0D6EAq59sN5NbjdTHiFapvv9mUqErYIxBgi1NR3Vbc2yMN0meKDRUSouHlJ7v2+3LrTKD7H2mxgr2sLicGi0HOexXALCVpQxCgCT9l9iG5CuCIA9GuCcHIlJ/zqt2BcMkfoWaFQ0meuOW1p4A+bFzGHnM48D/F6Vk=

On Mon, 15 Nov 2004 18:14:10 -0500, Scott Cantor
<>
wrote:
> >
> > - More importantly, when the user requests
> >
> > https://wayf.internet2.edu/InQueue/WAYF
> >
> > all cookies named _shib_idp are likewise sent along with the request
> > (since each of the virtual directories is in the appropriate subtree).
>
> Umm...don't think so. Maybe I'm wrong, but I thought if you left the path
> off for those cookies, you ended up constraining them to that subtree only,
> in which case they won't be sent to the root path alone. Otherwise, you're
> implying they are global to the tree, but then the names would collide...
>
> Am I confused?

One of us is, slightly. :-)

The paths for the various _shib_idp cookies are

/InQueue/WAYF/sp1.edu
/InQueue/WAYF/sp2.edu
etc.

which make them distinct from one another. The path for _shib_idp_history is

/InQueue/WAYF

A request for /InQueue/WAYF returns ALL cookies, one instance of
_shib_idp_history and multiple instances of _shib_idp since each path
is in the appropriate subtree. That's the beauty of the "extra path"
approach.

Cheers,
Tom



Archive powered by MHonArc 2.6.16.

Top of Page