-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.9, 3.1.5, 3.2.2
-
MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MDL-58244-master -
auth/shibboleth/logout.php tries to access $USER->auth that is undefined if the user is already logged out.
We configured the front channel logout in our Shibboleth SP. When the user initiates the Shibboleth logout procedure through Moodle (login/logout.php), he will be stuck on auth/shibboleth/logout.php since he is already logged out in Moodle at that moment and he will not be redirected to the return URL as demanded by Shibboleth.