-
Improvement
-
Resolution: Fixed
-
Minor
-
2.3.1
-
MOODLE_23_STABLE
-
MOODLE_24_STABLE
-
MDL-35153-master -
We have an environment with multiple Moodle instances under Shibboleth authentication. We'd like to create "WAYFless" URLs (see https://spaces.internet2.edu/display/inclibrary/Best+Practices) in the format http://resource-provider-site/session-initiator-url?entityID=IDENTITY-PROVIDER-ENTITYID&target=RESOURCE-LOCATION. auth/shibboleth/index.php seems like it should handle this, but $SESSION->wantsurl isn't getting set and there doesn't seem to be a way for it to get set. One way I see of solving this is to add a check for a 'target' parameter and set wantsurl based on that, if present.