by Maxime Salv.
Hello
I'm actually doing the same implementation as you, but in OCaml.
Here is some pointers to help you understand LTI protocol :
- https://www.imsglobal.org/specs/ltiv2p0/implementation-guide
To make your own External Registration Tool (Part 4 & 6).
- https://www.imsglobal.org/spec/security/v1p0#step-1-third-party-initiated-login
To know how to make OIDC Login requests
- https://github.com/SanDiegoCodeSchool/lti-node-example#a-use-example-tool
An example of OIDC login
I hope it can help you.
If you could share your code if you succeed in implementing it, I will be gratefull to you.