Log in in external site by Moodle student user

Ri: Log in in external site by Moodle student user

per Stefano Fredella -
Nombre de respostes: 1
Finally I discovered that this example run only with docker composer desktop that can be installed only with Windows 10 pro. Is not possible to use Windows 10 home.
En resposta a Stefano Fredella

Re: Ri: Log in in external site by Moodle student user

per 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.