feat: Add LTI 1.3 and LTI Advantage config to LtiConfiguration model, support XBlock using database

This commit updates the version of the lti-consumer-xblock from 4.2.2/4.2.1 to 4.3.0. This installs the newest version of the lti-consumer-xblock library. This version includes the following changes.

This version adds additional core LTI 1.3 and LTI Advantage variables to the LtiConfiguration model. The additional core LTI 1.3 variables are lti_1p3_oidc_url, lti_1p3_launch_url, lti_1p3_tool_public_key, and lti_1p3_tool_keyset_url. The additional LTI Advantage variables are lti_advantage_enable_nrps, lti_advantage_deep_linking_enabled, lti_advantage_deep_linking_launch_url, and lti_advantage_ags_mode.

This commit also adds a configuration type to the LtiConsumerXBlock to support the storage of these Lti variables on the LTIConfiguration model (i.e. the database) instead of the XBlock itself.

Changes that allow the use of this configuration option are behind the lti_consumer.enable_database_config CourseWaffleFlag.
This commit is contained in:
michaelroytman
2022-07-19 10:35:14 -04:00
parent 9285a7f9de
commit d2ab45671a
3 changed files with 3 additions and 3 deletions

View File

@@ -649,7 +649,7 @@ libsass==0.10.0
# ora2
loremipsum==1.0.5
# via ora2
lti-consumer-xblock==4.2.2
lti-consumer-xblock==4.3.0
# via -r requirements/edx/base.in
lxml==4.9.0
# via

View File

@@ -850,7 +850,7 @@ loremipsum==1.0.5
# via
# -r requirements/edx/testing.txt
# ora2
lti-consumer-xblock==4.2.1
lti-consumer-xblock==4.3.0
# via -r requirements/edx/testing.txt
lxml==4.9.0
# via

View File

@@ -812,7 +812,7 @@ loremipsum==1.0.5
# via
# -r requirements/edx/base.txt
# ora2
lti-consumer-xblock==4.2.1
lti-consumer-xblock==4.3.0
# via -r requirements/edx/base.txt
lxml==4.9.0
# via