korotovsky / SingleSignOnServiceProviderBundle

Single Sign On bundle for Symfony2 projects. SP part.
MIT License
33 stars 18 forks source link

Сyclical redirection #7

Closed vacslav-dev closed 7 years ago

vacslav-dev commented 7 years ago

When you go to the page there is a cyclic redirect on sso login service after authorize. sso.client -> sso.service (authorize) -> sso.client -> i.tp

korotovsky commented 7 years ago

It often happens when SP can't validate provided OTP from IdP and fails to cyclical loop. Check it first.

korotovsky commented 7 years ago

@vacslav-dev ping

vacslav-dev commented 7 years ago

The problem was that the user was searched in another data-provider. It's decided. Thank you.