Access web django through Moodle

0

I'm trying to access my Django application through Moodle, I've been reviewing 3 ways:

  • External Tool (LTI)
  • External Database Connection
  • URL
  • The simplest I have found is through the URL resource, but the problem is that it is very insecure, that is, all the parameters go in the URL and so any external finding the values of the parameters could be accessed and it is not the idea. The main idea is to be able to access the django web with the same profile that I have in moodle.

    Greetings! and thanks for any ideas and help!

        
    asked by Oscar Acevedo Osses 06.01.2018 в 21:03
    source

    1 answer

    0

    In the end I used a django application called django-lti-provider, it makes the app created to be the Moodle service provider, just follow the instructions in the readme. Django-lti-Provider

        
    answered by 24.01.2018 / 20:36
    source