mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #08884
[Bug 885029]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
status fixreleased
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iQEcBAEBAgAGBQJPjrYkAAoJECXBtiziiXdcBjUH+gOs1qGQ20HFISw5maAWKxaU
yT4JUSRYzcVk8g5FgnONKIDVMKo9ZiyZD0xTWoevwRamE5IiE00ltsoxtaVecvBx
Km/hOBIiaTCfNlZ/nCULO+FUflYWhuzjb8szGQNCLTJLXzHq1Q/BRJAWPzKvUweo
zKe23pNiXtMlRkqEs+IwWnf04M3YH8O6tqcoirtLWPmLRJxtW19qT5LOGdkFojVP
ode3BhogyPMFWxS9mhn0AgE9j/GdNMXbPxKCSqLhrcDCQvC+wXNqvWC/Fp7jMe0n
5mPXBmBPLCiQAIQ7a9GNV/71GhLEB6YkZ1HZj+EkCuXvdejKe/MutEVgHIiZUus=
=Yjja
-----END PGP SIGNATURE-----
** Changed in: mahara
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/885029
Title:
Add an option for an external login page
Status in Mahara ePortfolio:
Fix Released
Bug description:
When there is another application that is linked to mahara via some
SSO, it is sometimes wanted to not use the mahara login page.
This feature adds a new config option externallogin which specifies a
page that will log the user in to the application somehow.
A common example of this would be when you have a Moodle and a Mahara, and there are no local Mahara users (only mnet ones via the Moodle).
For this, we could have a config option such as
$cfg->externallogin =
'http://moodle.example.com/auth/mnet/jump.php?hostwwwroot={wwwroot}&wantsurl={shorturlencoded}';
That would then redirect a user from a page requiring login to the
moodle login page, then redirect them back! Exciting!
A note about that example config option, the wwwroot in mahara uses a
trailing slash, but moodle incorrectly doesn't trim it (even though it
trims it when adding the peer). See MDL-30042
(http://tracker.moodle.org/browse/MDL-30042)
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885029/+subscriptions
References