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

Deep Link Settings "Data" not passed back in the deep link response. #167

Open
ddelblanco opened this issue Jul 29, 2024 · 0 comments
Open

Comments

@ddelblanco
Copy link

Hi!

As we commented in my email,

This code

$deepLinkingResponse = $this->builder->buildDeepLinkingLaunchResponse(

is trying to get the data value from "deep-linking-data" and not from the right place, making it fail in any LMS that is not sending the data parameter as in the deep link URL. Canvas sends it in the URL so the code works, but others, like D2L sends it in the id_token. Here is where the value of the data is sent:

The https://purl.imsglobal.org/spec/lti-dl/claim/data value must match the value of the data property of the https://purl.imsglobal.org/spec/lti-dl/claim/deep_linking_settings claim from the LtiDeepLinkinkingRequest message.

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

No branches or pull requests

1 participant