Skip to Content.
Sympa Menu

shibboleth-dev - RE: Shib 2.0, redirecting to the DS.....

Subject: Shibboleth Developers

List archive

RE: Shib 2.0, redirecting to the DS.....


Chronological Thread 
  • From:
  • To:
  • Subject: RE: Shib 2.0, redirecting to the DS.....
  • Date: Thu, 13 Dec 2007 09:18:36 -0500

> 2) I'm being successfully redirected tot he DS; here's the url from
my browser window:

https://stc-test11.cis.brown.edu/DS/?entityID=https%3A%2F%2Fstc-
test11.cis.brown.edu%2FShibboleth.sso%2FMetadata&return=http%3A%2F%2Fstc-
test11.cis.brown.edu%2FShibboleth.sso%2FDS%3FSAMLDS%3D1%26target%3Dcookie

I'd note that there's an extra slash, added after /DS .....

Before I go spelunking, can you just hit the SP with curl and see what the
actual Location header is?

curl -i "url"

I'm just making sure it isn't a misconfig on your DS side that's adding the
slash after the initial redirect.


[root@stc-test11 tomcat]# curl -i "http://stc-test11.cis.brown.edu/cgi-bin/secure/printenv.pl";
HTTP/1.1 302 Found
Date: Thu, 13 Dec 2007 14:09:10 GMT
Server: Apache/2.2.3 (CentOS)
Set-Cookie: _shibstate_64656661756c7468747470733a2f2f7374632d7465737431312e6369732e62726f776e2e6564752f53686962626f6c6574682e73736f2f4d65746164617461=http%3A%2F%2Fstc-test11.cis.brown.edu%2Fcgi-bin%2Fsecure%2Fprintenv.pl; path=/
Location: https://stc-test11.cis.brown.edu/DS?entityID=https%3A%2F%2Fstc-test11.cis.brown.edu%2FShibboleth.sso%2FMetadata&return=http%3A%2F%2Fstc-test11.cis.brown.edu%2FShibboleth.sso%2FDS%3FSAMLDS%3D1%26target%3Dcookie
Content-Length: 486
Connection: close
Content-Type: text/html; charset=iso-8859-1

so, the location value looks good.

here's what's in my httpd.conf:

ProxyPass /DS ajp://localhost:8009/DS

anyone have suggestions on where the extra slash is being added?



Archive powered by MHonArc 2.6.16.

Top of Page