by Thomas Dupont.
I did a reasearch on the forum about this error, It seems to be an error on v3.
My purpose is to access to an external ressource. I configured an external tools on /admin/settings.php?section=modsettinglti
The open setting is to open in a new windows.
I want to use LTI 1.3
I'm using moodle V4.3.2
The LTI plugin is activated on my session.
The url I'm using is like that :
GET /mod/lti/auth.php?
response_type=id_token&
redirect_uri=https%3A%2F%2custom-ngrok-domain.ngrok-free.app%2Fcustom%2Fmoodle%2Flogin%2Fcallback&
state=state_hash&
client_id=client_id&
login_hint=2&
scope=openid&
response_mode=form_post&
prompt=none&
nonce=nonce_test
HTTP/1.1
Host: my-moodle.fr
Cookie: MoodleSession=id_session
Host: my-moodle.fr
Cookie: MoodleSession=id_session
Any idea can I apply to help me ?
Thanks a lot in advance