To install LTI authentication, I was doing with https://webwork.maa.org/wiki/LTI-Advanced_Authentication.
Then, I have an error: "uses an external authentication system (e.g., Oncourse, CAS, Blackboard, Moodle, Canvas, etc.). Please return to system you used and try again." when I click a course in webwork site.
------------------------------------------------------------------------------------------------
In authen_LTI.conf
$authen{user_module} = [
{ "*" => "WeBWorK::Authen::LTIAdvanced", }, #preferred authorization method
{ "*" => "WeBWorK::Authen::Basic_TheLastOption",} #fallback authorization method
];
$external_auth=1;
------------------------------------------------------------------------------------------------------
in my local moddle, When I go to my local Moodle and login as a admin user. when I click webwork, it said "uses an external authentication system (e.g., Oncourse, CAS, Blackboard, Moodle, Canvas, etc.). Please return to system you used and try again"
Therefore, I can not login Webwork from Moodle. Could you help me that, please?