mirror of
https://github.com/moodle/moodle.git
synced 2025-04-25 10:26:17 +02:00
Merge branch 'MDL-81491-main' of https://github.com/snake/moodle
This commit is contained in:
commit
160277d17c
@ -40,7 +40,7 @@ require_once(__DIR__."/../../config.php");
|
||||
// See http://www.imsglobal.org/spec/security/v1p0/#step-1-third-party-initiated-login.
|
||||
// Validate these here, despite further validation in the LTI 1.3 library.
|
||||
$iss = required_param('iss', PARAM_URL); // Issuer URI of the calling platform.
|
||||
$loginhint = required_param('login_hint', PARAM_INT); // Platform ID for the person to login.
|
||||
$loginhint = required_param('login_hint', PARAM_RAW); // Platform ID for the person to login.
|
||||
$targetlinkuri = required_param('target_link_uri', PARAM_URL); // The took launch URL.
|
||||
|
||||
// Optional lti_message_hint. See https://www.imsglobal.org/spec/lti/v1p3#additional-login-parameters-0.
|
||||
|
Loading…
x
Reference in New Issue
Block a user