Skip to content

Releases: openedx/xblock-lti-consumer

fix: Fix LTI 1.1 template rendering on LTI 1.1 embeds

09 Feb 17:28
640e866

Choose a tag to compare

3.4.3

Merge pull request #233 from open-craft/giovanni/fix-django-template-…

Fix quote rendering on LTI 1.1 form

02 Feb 15:16
f96d560

Choose a tag to compare

Fixed quotes being rendered on LTI 1.1 launch templates by switching to Django templates.
Internationalized strings on LTI 1.1 launch page.

Use launch_url for oidc login target_link_uri parameter

01 Feb 18:09
800dd7f

Choose a tag to compare

The target_link_uri specified within the OIDC login URL parameter is different from the claim message construction target_link_uri. According to documentation, they need to be the same and the value should be the tool launch URL.

Update the code to match the spec above.

v3.4.0

01 Feb 14:14
081786a

Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...v3.4.0

Add support for JWK Keysets for LTI 1.3

21 Jan 16:51
4588b7a

Choose a tag to compare

3.3.0

Merge pull request #216 from open-craft/felipetrz/BB-5168-upstream-jw…

Dynamic custom parameters support with the help of template parameter processors.

19 Jan 14:52
d3f7d9b

Choose a tag to compare

Able to set dynamic custom parameters in the LTI consumer Xblock in Studio so that dynamic value should be resolved/substituted with a value resolved by the processor and added to the launch URL in order to be used by the provider as needed.

In order to make this happen, we must map the dynamic value template with the custom parameter processor in the LTI_CUSTOM_PARAM_TEMPLATES just like mentioned above, the custom parameter processor must be defined in the customer package.

If LTI_CUSTOM_PARAM_TEMPLATES is not defined, the dynamic custom parameters will not affect existing logic.

feat: styling for "new window" modal

22 Nov 15:19
582597a

Choose a tag to compare

Updated styling in the new modal fix for lti in new window modal to match the paragon styling.

What's Changed

feat: Long-term fix for cross-origin iFrames

17 Nov 15:44
3645d98

Choose a tag to compare

Our previous LTI Component XBlock provides an option to "View resource in a New Window", which uses JS to launch a new window/tab. These capabilities were removed in Chrome v92. Chrome provided a temporary work-around which we now use in production. But we now need to design and implement a longer term fix. These issues have since migrated to Safari, and “before other browsers implement this change, which they have indicated that they will” we need to resolve this issue with something other than band-aids. Google Chrome’s and Safari’s move, however, is aligned with making iFrame technology more secure, which we can read as a signal that the industry will continue to advance in the direction of iFrames. This fix replaces the browser dialog with a custom javascript one.
#204.

What's Changed

New Contributors

Full Changelog: 3.1.0...3.1.1

Added Django 3.2 support

06 Oct 10:53
131e396

Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.1.0

Replace jsonfield2 with jsonfield

05 Oct 11:10
9a43bc4

Choose a tag to compare

  • Switched from jsonfield2 to jsonfield as the earlier one has archived and merged back in the latter one.