Installation

Moodle LTI 1.1 - consumer_secret for SSO - Missing required parameter 'consumer_secret'?

Re: Moodle LTI 1.1 - consumer_secret for SSO - Missing required parameter 'consumer_secret'?

by Lorenzo Ng -
Number of replies: 0
it is there, and uncommented and also set as v1p3 for lti version

authen_LTI.conf

$authen{user_module} = [
        { '*' => 'WeBWorK::Authen::LTIAdvantage' },          # first try LTI 1.3
        { '*' => 'WeBWorK::Authen::LTIAdvanced' },           # next try LTI 1.1
        { "*" => "WeBWorK::Authen::LDAP" },
        { '*' => 'WeBWorK::Authen::Basic_TheLastOption' }    # fallback authorization method
];

$LTIVersion = 'v1p3';