Shibboleth and multiple entry points to application

Peter Schober peter.schober at univie.ac.at
Tue Apr 16 05:20:20 EDT 2013


* Rob Brooks <rbrooks at biz-tech-solutions.com> [2013-04-16 08:01]:
> I currently have Shibboleth SP authenticating against a PingFed IdP.  If I
> try to access https://myserver.com/ it redirects to the IdP, authenticates
> and returns to https://myserver.com with attributes.  But if someone enters
> through https://myserver.com/newpath, I want the authentication to happen
> and return to https://myserver.com/newpath instead of https://myserver.com.
> I am missing how to do this.  Any help appreciated.

That's the software's default if both paths are actually protected.

What platform/OS do you use the SP on? If MS-IIS what does your
request map look like? If Apache httpd you should be using the native
config (httpd directives), what do those look like for the SP?

If you turn the native logger up to DEBUG level you can see every
request and what the SP thinks of it.
-peter


More information about the users mailing list