ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
lticerts.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
22
require_once(
"../vendor/composer/vendor/autoload.php"
);
23
24
ilContext::init
(
ilContext::CONTEXT_SCORM
);
25
ilInitialisation::initILIAS
();
26
27
if
(!empty(
ilObjLTIConsumer::verifyPrivateKey
())) {
28
echo
"ERROR_OPEN_SSL_CONF"
;
29
}
30
31
header
(
'Content-Type: application/json; charset=utf-8'
);
32
echo json_encode(
ilObjLTIConsumer::getJwks
(), JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT);
ilContext\CONTEXT_SCORM
const CONTEXT_SCORM
Definition:
class.ilContext.php:42
ilContext\init
static init(string $a_type)
Init context by type.
Definition:
class.ilContext.php:52
ilInitialisation\initILIAS
static initILIAS()
ilias initialisation
Definition:
class.ilInitialisation.php:1144
ilObjLTIConsumer\getJwks
static getJwks()
Definition:
class.ilObjLTIConsumer.php:1183
ilObjLTIConsumer\verifyPrivateKey
static verifyPrivateKey()
Definition:
class.ilObjLTIConsumer.php:1147
ILIAS\UI\examples\Symbol\Glyph\Header\header
header()
Definition:
header.php:29
components
ILIAS
LTIConsumer
resources
lticerts.php
Generated on Sat Oct 18 2025 23:03:22 for ILIAS by
1.9.4 (using
Doxyfile
)