MDL-79675 enrol_lti: fix JWKS generation after library removals
This commit is contained in:
+1
-1
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user