LMS platform & client details

LTI 1.3 registration details provided by the LMS. Usually read-only once set up.

The iss claim from the LMS LTI launch.
LMS-assigned OAuth 2.0 client identifier for this tool.
Used to validate LTI launch JWTs.
Comma-separated LTI deployment IDs for this Course.
LTI configuration is valid

Tool launch details

How this Course is launched from the LMS and how it resolves to your native player.

Entry point the LMS calls during an LTI launch.
Usually your native course player. A launchId will be added.
Optional mapping to start the learner at a specific module or activity.
Launch options:

Grade return & xAPI mapping

Configure how course completion and scores are calculated and sent back to the LMS.

Normalized (0–1) passing score.
{ "completionVerb": "http://adlnet.gov/expapi/verbs/completed", "successFromScore": true, "scoreScale": "0-1", "contextActivities": { "parent": [ "https://example.com/courses/javascript-fundamentals#course" ] }, "extensions": { "launchId": "{{launchId}}", "ltiDeploymentId": "{{deployment_id}}" } }
Grade return configured