Installation

Shibboleth

Shibboleth

by Mark Hamrick -
Number of replies: 1
I am attempting to use Shibboleth with Webwork.

I have the SP setup, and another application on the box has tested and printed out the attributes after a successful login.

WebWork has been configured, and goes out to Shibboleth for login. After a successful login, I am stuck in a redirect loop as Webwork sends the request back to Shibboleth again for failed login.

WebWork Debug to a log file has been enabled. In Shibboleth.pm, after the debug("Couldn't shib header or user_id"); line I have added:

debug($ENV{$ce->{shibboleth}});

Which shows in the logs as UNDEF. How do I proceed debugging this issue?

Thanks,
Mark
In reply to Mark Hamrick

Re: Shibboleth

by Mark Hamrick -
I never did figure out the debugging part. The main issue was solved by doing the following: http://webwork.maa.org/wiki/Talk:External_(Shibboleth)_Authentication