Use django web app through Moodle

Use django web app through Moodle

by Oscar Acevedo Osses -
Number of replies: 1

I'm trying to access to my web app Django through Moodle, I tried:

  1. External Tool (LTI)
  2. External DataBase
  3. URL

I'm looking for the simplest way ... the simplest is the URL, but it's poor in security. The main idea is to access to my Django web with the same Profile that the user have in Moodle.

Some ideas?? Thank's for your time!!!


Average of ratings: -
In reply to Oscar Acevedo Osses

Re: Use django web app through Moodle

by Mark Johnson -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

If you want to authenticate to your Django app through Moodle, LTI sounds the the way forward. It doesn't "just work" though, you'll need to implement LTI provider functionality in your Django app. Googling "LTI Django Provider" appears to be a good start.