You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lti_consumer/migrations/0021_create_lti_1p3_passport.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"""
3
3
This migration will copy config_id from LtiConfiguration database to LtiPassport table.
4
4
5
-
This will help us link xblocks with LtiConsumer database rows without relying on the location or usage_key of xblocks.
5
+
Existing config_id values are reused as passport_id so that the keyset and access token URLs already registered with LTI tools continue to work without reconfiguration.
0 commit comments