I am trying to get WW 2.19 working with LTI 1.3 with BrightSpace. I followed all the steps in the wiki and now getting stuck here -
[Fri Aug 30 10:44:32.208205 2024] (eval): We need to get a course environment (with or without a courseID!)
[Fri Aug 30 10:44:32.217551 2024] (eval): Here's the course environment: WeBWorK::CourseEnvironment=HASH(0x5564fd357950)
[Fri Aug 30 10:44:32.262864 2024] (eval): Using user_authen_module WeBWorK::Authen::Basic_TheLastOption: WeBWorK::Authen::Basic_TheLastOption=HASH(0x5564f71440a0)
[Fri Aug 30 10:44:32.263013 2024] (eval): We got a courseID from the route, now we can do some stuff:
[Fri Aug 30 10:44:32.263147 2024] (eval): ...we can create a database object...
[Fri Aug 30 10:44:32.307380 2024] (eval): (here's the DB handle: WeBWorK::DB=HASH(0x5564f7143fc8))
[Fri Aug 30 10:44:32.307563 2024] WeBWorK::Authen::verify: BEGIN VERIFY
[Fri Aug 30 10:44:32.307704 2024] WeBWorK::Authen::do_verify: db ok
[Fri Aug 30 10:44:32.307824 2024] WeBWorK::Authen::get_credentials: self is WeBWorK::Authen::Basic_TheLastOption=HASH(0x5564f71440a0)
[Fri Aug 30 10:44:32.308403 2024] WeBWorK::Authen::fetchCookie: fetchCookie: Session cookie does not contain valid information. Returning nothing.
[Fri Aug 30 10:44:32.308681 2024] WeBWorK::Authen::verify: END VERIFY
[Fri Aug 30 10:44:32.308793 2024] WeBWorK::Authen::verify: result 0
[Fri Aug 30 10:44:32.308925 2024] (eval): Bad news: authentication failed!
[Fri Aug 30 10:44:32.309015 2024] (eval): Rendering WeBWorK::ContentGenerator::Login
I have set $session_management_via = "key"; and $useSessionCookie = 0; in localOverrides.conf
I was wondering why this is still trying to use a session cookie? Am I missing something? Thanks a lot.
Balagopal