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

Store LTI1.3 context_memberships_url in LMSCourse when available #6603

Closed
wants to merge 0 commits into from

Conversation

marcospri
Copy link
Member

@marcospri marcospri commented Aug 26, 2024

For:

Store the url of the LTI1.3 context membership service.

This will allow us to call it outside the scope of a launch. It will also, more immediately, give us a good indication of for how many courses we receive this information at the moment.

Testing

The service URL gets recorded in the LMSCourse table:

select * from lms_course where lti_context_memberships_url is not null

self,
context_id,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass the full LTIParams here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant