1EdTech / caliper-spec

Other
19 stars 17 forks source link

H. LTI Message Types is missing the deep linking response message type #494

Closed ViktorHaag closed 4 years ago

ViktorHaag commented 4 years ago

We're missing the LtiDeepLinkingResponse message type.

When ToolLaunchEvent.action is Returned, then ToolLaunchEvent.target can be an LTI Link that is the end point on the platform the flow is returning back to. In these cases, the LtiLink.messageType property on this link would be expected to be a response message (and currently we only recognize LtiDeepLinkingResponse as a response message).

bracken commented 4 years ago

Resolved in https://github.com/IMSGlobal/caliper-spec/pull/488