-
Problem report
-
Resolution: Fixed
-
Trivial
-
5.0.0
-
Sprint 64 (May 2020), Sprint 65 (Jun 2020)
-
1
When trying to authenticate via SAML SSO, I'm always redirected back to the classic login form.
This seems to be caused by the block in the line 197-199 in ui/index_sso.php
if (CWebUser::isLoggedIn()) {
redirect($redirect_to->toString());
}
when I comment this block, everything is working fine, as expected.