Shibboleth and multiple entry points to application

Peter Schober peter.schober at univie.ac.at
Tue Apr 16 08:55:15 EDT 2013


* Rob Brooks <rbrooks at biz-tech-solutions.com> [2013-04-16 14:30]:
> It is running on CentOS 5.9 with Apache.  The VH that is using it has this
> in the config:
> 
>      <Location />
>        AuthType shibboleth
>        ShibRequestSetting requireSession 1
>        require valid-user
>         UseCanonicalName On
>      </Location>

UseCanonicalName does not have a defined meaning in Location
context, see
http://httpd.apache.org/docs/2.2/en/mod/core.html#usecanonicalname
Doesn't `apachectl -t` complain about that?
Move that up to server or vhost context to resolve that error.

> For example, if I request https://myserver.com/path1 I end up back
> at https://myserver.com ... I can grep the shib logs (all set to
> DEBUG) and I don't find any mention of 'path1' so I'm unsure how SP
> knows to return to that path after authentication.

"the shib logs" also includes the native log, for which you must
possibly take extra steps to have it created. See "After Installation"
on the page
https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPLinuxRPMInstall
Also httpd needs to be restarted after changing native.logger in order
for that to become effective.
(Maybe you did all that, you didn't say and no way for me to know.)

What version of the RPM is that, btw?
# rpm -qa shibboleth
-peter


More information about the users mailing list