dmitry-viskov / pylti1.3-flask-example

PyLTI1p3 Flask usage example
MIT License
19 stars 29 forks source link

pylti1p3.exception.LtiException: Missing state param #8

Open akshay000013 opened 3 years ago

akshay000013 commented 3 years ago

Hey,

Capture

I'm trying to run your example using ims reference platform and it works when i use launch resource link (oidc) but when i do launch resource link i always get the follwoing error -

Capture

Can you please guide me what am i doing wrong?

Thank you1

akshay000013 commented 3 years ago

So i believe the problem is that by going with launch resource link directly instead of with OIDC, the login method/function or the url gets skipped and it directly goes to launch and that is why the parameters required by launch are missing. Going with OIDC, it logins first and then launch is done. Any idea what the problem is?

randywreed commented 2 years ago

I know this is over a year old. But I am having a similiar problem. I wonder if you were able to solve it. I suspect there is something in the moodle set-up that is wonky but I haven't been able to figure it out. Have you?