Skip to content

Releases: openedx/xblock-lti-consumer

9.2.1: Bug fix for adding platform name

03 May 13:39
3eaf8aa

Choose a tag to compare

fix: ensure platform name is string (#368)

9.2.0: Add platform name to LTI 1.1 and 1.3 launch

02 May 14:04
47a1f40

Choose a tag to compare

feat: add platform name to 1.1 and 1.3 claims (#365)

Add support for full_name parameter in LTI 1.1 and claim in LTI 1.3

01 May 14:38
c10ec18

Choose a tag to compare

9.0.4 Support for JS translations

25 Apr 18:30
9f60a53

Choose a tag to compare

Add Logging for Error Cases When Requesting and Using Access Tokens

18 Apr 20:34
0b4997f

Choose a tag to compare

9.0.2 Translate PII Sharing Confirmation

12 Apr 16:56
f9dac31

Choose a tag to compare

9.0.1 New Translations

11 Apr 14:24
469d47d

Choose a tag to compare

9.0.0 Validation on launch redirect URIs

06 Mar 17:06
6c9c0ef

Choose a tag to compare

fix[olive]: backport LTI 1.3 grade injection vulnerability fix

07 Feb 17:37
16d01a0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.5.0...4.5.1

Fix inappropriate instructions for inline PII sharing consent dialog

03 Feb 18:05
ca1d2b7

Choose a tag to compare

This release fixes inappropriate instructions displayed when collecting PII sharing consent before an inline LTI launch. Previously, the instructions said, "Click OK to have your [username (and) e-mail address] sent to a 3rd party application. Click Cancel to return to this page without sending your information." The latter sentence does not make sense in the context of an inline launch, because there is no cancel button. This commit modifies the inline PII sharing consent dialog to say, "Click OK to have your [username (and) e-mail address] sent to a 3rd party application."