Deep Linking Return
Where a tool posts the content a teacher selected. You never call this — LTIAAS advertises its URL to the tool inside the deep linking ID Token.
LTIAAS verifies the tool's signed response, then relays the selection to your Service URL as a DEEP_LINKING_RESPONSE service request. The reply is an HTML page that submits itself, so the browser carries the selection to your server.
Only ltiResourceLink content items are accepted. Any other type fails with 400 UNSUPPORTED_CONTENT_ITEM_TYPE.
Path Parameters
The URL-encoded context identifier — the same context value you supplied when starting the launch.
Request Body required
The tool's signed deep linking response.
- 200
- 400
A self-submitting HTML form that forwards the selection to your Service URL.
Schema
string
The request could not be completed.
Schema
details object
Context for the failure. Always carries a message code; the other keys depend on what went wrong.
Context for the failure. Always carries a message code; the other keys depend on what went wrong.
{
"status": 403,
"error": "Forbidden",
"details": {
"message": "INACTIVE_SERVICE",
"description": "string"
}
}
