Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge in changes to allow multiple LTIUser.edx_user_id for different LTIConsumers #221

Conversation

ztraboo
Copy link

@ztraboo ztraboo commented Sep 29, 2023

Details about this are here.
https://discuss.openedx.org/t/open-edx-as-an-lti-provider-with-canvas/10014/12?u=zachary_trabookis

Also merge in some additional changes made by Arunmozhi (Open-Craft).

ztraboo and others added 4 commits September 29, 2023 08:39
With the auto linking of edx_user with the lti_users, the scenario where
multiple LTI consumers will create independent LtiUsers depending on the
same edx_user is created. This will not be possible if the edx_user has
a one-to-one relationship with the lti_user. This commit replaces the
one-to-one relationship with an one-to-many relationship so that
multiple LtiUser objects can be created referencing the same edx_user.
@ztraboo ztraboo self-assigned this Sep 29, 2023
@ztraboo ztraboo added this to the cu-release/maple.3 milestone Sep 29, 2023
@ztraboo ztraboo merged commit b7a6c1b into develop/maple.3 Sep 29, 2023
26 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants