Hi
i try to integrate ims global lit sample with my open source canvas as well as sass version.
first of all I need to increase value volume of table called lti2_nonce from varchar(32) to vachar(64) as Canvas returned value length is too long.
however I still got signature error.
canvas send signature which is different from lti ims lit library expected. Then it always result of invalid signature.
basicaly moodle integration is ok and signature moodle send and lit library expect is always matched.
i also set oauth_ compliant true in xml configuration. But the result is the same.
Canvas as always send wrong signature to lit provider.
what do I miss?
anybody make canvas integrate with IMSGlobal lit sample ?