Skip to content

Commit

Permalink
Merge pull request #520 from edly-io/fix/update_docs_to_test_lti_1.1/1.2
Browse files Browse the repository at this point in the history
docs: update saltire LTI URL for testing LTI 1.1/1.2
  • Loading branch information
feanil authored Dec 19, 2024
2 parents a945ae0 + f2a913a commit c2780b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ http://edx.readthedocs.io/projects/open-edx-building-and-running-a-course/en/lat
as seen above). Make a unit, select "Advanced", then "LTI Consumer".
3. Click edit and fill in the following fields:
``LTI ID``: "test"
``LTI URL``: "https://lti.tools/saltire/tp"
``LTI URL``: "https://saltire.lti.app/tool"
**Note:** If you are using more than one same LTI xblocks in the same unit,
please append the `norefresh` parameter to the LTI URL to avoid any
potential failures. Then LTI URL will look like this:
`https://saltire.lti.app/tool?norefresh`.
4. Click save. The unit should refresh and you should see "Passed" in the "Verification" field of
the message tab in the LTI Tool Provider emulator.
5. Click the "Publish" button.
Expand Down
2 changes: 1 addition & 1 deletion lti_consumer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock

__version__ = '9.12.0'
__version__ = '9.12.1'
4 changes: 2 additions & 2 deletions lti_consumer/lti_xblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def workbench_scenarios():
ask_to_send_email="False"
enable_processors="True"
launch_target="new_window"
launch_url="https://lti.tools/saltire/tp" />
launch_url="https://saltire.lti.app/tool?norefresh" />
<lti_consumer
display_name="LTI Consumer - IFrame"
Expand All @@ -656,7 +656,7 @@ def workbench_scenarios():
enable_processors="True"
description=""
launch_target="iframe"
launch_url="https://lti.tools/saltire/tp" />
launch_url="https://saltire.lti.app/tool?norefresh" />
</sequence_demo>
'''),
]
Expand Down

0 comments on commit c2780b7

Please sign in to comment.