/lti/config/ error report
Closed this issue · 2 comments
zqian commented
Thank you for contributing to this project!
- Make sure to search the issues for duplicates first!
Expected behavior (A description of what you expected to happen) :
Error with /lti/config/ endpoint after recent #1387 change:
{"lti_error": "Error filling in LTI template from "/code/assets/config/lti_config_template.json": ('jwks_url_suffix')"}
Describe the bug (Tell us what happens instead of the expected behavior) :
Steps to Reproduce :
- Go to <server_url>/lti/config/
- Notice the above error returned by server
jonespm commented
The fix for this is probably to remove the public_jwk_url
from https://github.com/tl-its-umich-edu/my-learning-analytics/blob/master/assets/config/lti_config_template.json since jwks_url_suffix
was removed