-
Improvement
-
Resolution: Fixed
-
Minor
-
3.6.6, 3.7, 3.8, 4.4
-
MOODLE_36_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-67053-main -
-
2
-
Team Hedgehog 2023 Sprint 4.2, Team Hedgehog 2023 Sprint 4.3, Team Hedgehog 2023 Review 4
To authenticate in moodle, it is often useful to redirect and authenticate on a 3rd party page, following the authentication flow from "3rd party auth plugins" https://docs.moodle.org/dev/Authentication_plugins#Overview_of_Moodle_authentication_process
Some auth plugins do this already. There is an automatic redirect, but you can insert a param in the URL to see the manual login form: https://github.com/catalyst/moodle-auth_saml2/blob/master/auth.php#L352
At the moment, every auth plugin needs to reimplement this URL param logic for redirection. This is probably basic functionality that should always apply to redirects away from the login/index.php page, and for alternateloginurl as well.
- has been marked as being related by
-
MDL-46685 Alternate login URL behaviour (avoid extra http redirect)
-
- Open
-