MDL-79675 enrol_lti: fix JWKS generation after library removals

This commit is contained in:
Jake Dallimore
2024-03-06 08:44:14 +08:00
parent eb94b5677c
commit 2a783ec964
+1 -1
View File
@@ -34,4 +34,4 @@ $key = get_config('enrol_lti', 'lti_13_kid');
$keyendpoint = JwksEndpoint::new([$key => $privatekey]);
@header('Content-Type: application/json; charset=utf-8');
$keyendpoint->outputJwks();
echo json_encode($keyendpoint->getPublicJwks());