oxctl / spring-security-lti13

A LTI 1.3 implementation for Spring Security that builds on the OAuth2 support
Apache License 2.0
14 stars 7 forks source link

Moodle #44

Open HenriqueGalvim opened 10 months ago

HenriqueGalvim commented 10 months ago

Hello, I'm developing an API that will use LTI 1.3 to be linked with Moodle, I was very interested in the repository because it was one of the few that I found, being more current and apparently not causing so many problems, I came via the forum: https://community.canvaslms.com/t5/Canvas-Developers-Group/Any-recommendations-for-Java-based-LTI-1-3-libraries/m-p/419568. From what I saw, it is aimed at canvas, I took a look at the source code but I'm not sure if it's possible to adapt it to work in Moodle too, I'd like to know if you could tell me a little about that? Please.

buckett commented 10 months ago

This library was initially developed to target Canvas, however it should work against the LTI reference platform (https://lti-ri.imsglobal.org/) and I would expect it also work with Moodle. We can try and fix any issues you come across.