Log in in external site by Moodle student user

Ri: Log in in external site by Moodle student user

Nosūtīja Stefano Fredella
Atbilžu skaits: 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.
Atbildot uz Stefano Fredella

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

Nosūtīja 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.