mitodl / mit_lti_flask_sample

a sample LTI provider using the PyLTI library and the Flask framework
23 stars 44 forks source link

Remove obsolete CONSUMER_KEY_PEM_FILE #36

Open pdpinch opened 6 years ago

pdpinch commented 6 years ago

When we first developed this sample app, we wanted it to integrate with MITx Residential which used certificate auth for all endpoints, including the LTI post back. Because of this, the sample app needed to be configurable with an acceptable MIT certificate.

Since then, authentication on MITx has been changed to use CAS and not require certificates, so this feature is obsolete.

See also https://github.com/mitodl/mit_lti_flask_sample/issues/35#issuecomment-344729801