Requests loop
-
Hi,
as in the topic I get redirection loop with IdP.
I managed to find out that it happens here:
$this->provider->requireAuth( array('ReturnTo' => $_SERVER['REQUEST_URI'], ) );
Seems to me that after logging in on IdP side the simplesamlphp does not see me as logged in.
IdP thinks that I’m logged in.
Sp thinks that I’m not.
So SP always asks IdP if I’m logged, always get response that I am, then checks within simpleSamlPhp an it turns out that authData array is empty.
- The topic ‘Requests loop’ is closed to new replies.