On Tue, Feb 25, 2014 at 05:02:42 -0800, adam wilson wrote:
> Hello,
>
> Working on the final stages of integrating SImpleSAML into a CodeIgniter
> Application.
>
> When I specify a SP defined in authsources, using the
> SimpleSAML_Auth_Simple function (which works fine when 'sp-default' is used
> (with nil values) and the user selects the SP from the dropdown)
> I get an infinite loop of redirects, jumping from the requireAuth function.
>
> I have compared details and it all seems to add up..
>
> Could it be a session issue?
It could be an session issue, but it doesn't have to be. You really
look at the request log and examine what happens at each step, and what
session ID is in use.
> Do I need to use memcache? (would want to
> avoid restarting Apache on server during working hours..)
Memcache is easy for solving the problem when there is a conflict
between your applications use of PHP session and SimpleSAMLphp's use.
Note that Apache shouldn't need to be restarted -- this is a
configuration setting in SimpleSAMLphp.
Best regards,
Olav Morken
UNINETT / Feide