[AMOS commit] MDL-80836 auth_lti: take user through login instead of sesspiggyback Committed into Git: 2024-02-05 05:19 UTC

[AMOS commit] MDL-80836 auth_lti: take user through login instead of sesspiggyback Committed into Git: 2024-02-05 05:19 UTC

by AMOS bot -
Number of replies: 0
Author: Jake Dallimore
MDL-80836 auth_lti: take user through login instead of sesspiggyback
Browsers are phasing out 3rd party cookies. Those which can be set are
partitioned to the top level embedding site, so piggybacking is
prevented. This will break the account linking process. This fix swaps
the piggyback for a login round trip, as originally intended, which
resolves the issue.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=8482210209d55bd16ce1a31454e9ca3c46e57848
http://github.com/moodle/moodle/commit/8482210209d55bd16ce1a31454e9ca3c46e57848

+ 4.1 en [mustbeloggedin,auth_lti]