-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.7, 3.10.4, 3.11, 3.11.6
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE
-
MOODLE_311_STABLE
-
MDL-71801-master -
-
Upgrading from Moodle 3.8 to a version of Moodle that supports a keyset URL (3.9 onwards) obscures a working key that was previously entered. To replicate:
- In Moodle <=3.8, build an LTI 1.3 integration using a public key.
- Upgrade to Moodle 3.9 or 3.10
- Edit the tool configuration
Expected: You can see the previously set Public Key
Actual: "Public key type" is set to "Keyset URL" and you cannot see the key you had previously set.
Workaround:
The original key is not deleted. It's just that the form doesn't have a value for "Public key type" set, so it doesn't show the correct element. To restore the RSA key, after upgrading the site:
- Edit the tool
- Select "RSA Key" from the "Public key type" select
- You will see the original key value now.
- Save.
- is a regression caused by
-
MDL-66920 LTI 1.3: Allow tool to use JWKS URI rather than Public Key
- Closed