This LTI® v1.3 Reference Implementation Test Tool is provided by IMS Global Learning Consortium. Limited functionality is provided free of charge. IMS Members have access to the complete functionality of the tool including services and message types. Join now to experience full functionality of the tool, technical support and certification. If you are an existing member login here for full access.
Launch Status

Valid

Launch was successfuly received by Reference Tool.

0 Errors below.

0 Warnings below.


JWT Decode + Authorization
Success

JWT was decoded correctly with the kid (Key ID) and public key provided by the Platform.

Missing Required Attributes
Following attributes are required but were not sent:

  • No Missing Attributes

Warnings
Following issues should be fixed:

  • No Issues to Fix.

Assignment and Grade Service
Names and Role Provisioning Service
Proctoring Services

For the purposes of this example the Proctoring Tool starts an audio/video conference with the candidate and asks them to present government issued id and the candidate offers their passport to the webcam. A live Proctor validates that the given and family names on the passport match those in the Start Proctoring message and that the passport photo is a good likeness of the person presenting the document! Satisfied that the candidate’s environment is secure the Proctoring Tool issues the Start Assessment message (click below)

Pre-fetched OAuth2 Access Token:
{
  "error": "Invalid Signature"
}
JWT Header
{
  "typ": "JWT",
  "alg": "RS256",
  "kid": "dggsDWN7SI_5sHZ9K2iOgcb6HWCJY8IhHykAH-Y61lQ"
}
Security Details
{
  "iss": "https://lti-ri.imsglobal.org",
  "sub": "aaac232ff74fc7c2da5b",
  "aud": "12345",
  "exp": 1624621016,
  "iat": 1624620716,
  "nonce": "5f06a2c203db4274df9b"
}
Data not in Claims
{
  "given_name": "Ashlie",
  "family_name": "Nicolas",
  "middle_name": "Johns",
  "picture": "http://example.org/Ashlie.jpg",
  "email": "Ashlie.Nicolas@example.org",
  "name": "Ashlie Johns Nicolas",
  "email_verified": true,
  "locale": "en-US",
  "https://www.example.com/extension": {
    "color": "violet"
  }
}
Claims
{
  "https://purl.imsglobal.org/spec/lti/claim/message_type": "LtiStartProctoring",
  "https://purl.imsglobal.org/spec/lti/claim/roles": [
    "http://purl.imsglobal.org/vocab/lis/v2/membership#Learner",
    "http://purl.imsglobal.org/vocab/lis/v2/institution/person#Student",
    "http://purl.imsglobal.org/vocab/lis/v2/membership#Mentor"
  ],
  "https://purl.imsglobal.org/spec/lti/claim/role_scope_mentor": [
    "a62c52c02ba262003f5e"
  ],
  "https://purl.imsglobal.org/spec/lti/claim/resource_link": {
    "id": "39236",
    "title": "uProctor Tool",
    "description": "uProctor Tool"
  },
  "https://purl.imsglobal.org/spec/lti/claim/context": {
    "id": "25577",
    "label": "java",
    "title": "java",
    "type": [
      "course"
    ]
  },
  "https://purl.imsglobal.org/spec/lti/claim/tool_platform": {
    "name": "proctoring service lms",
    "contact_email": "",
    "description": "",
    "url": "",
    "product_family_code": "",
    "version": "1.0",
    "guid": 2268
  },
  "https://purl.imsglobal.org/spec/lti-ap/claim/attempt_number": "1",
  "https://purl.imsglobal.org/spec/lti-ap/claim/start_assessment_url": "https://lti-ri.imsglobal.org/platforms/2268/resource_links/39236/assessments",
  "https://purl.imsglobal.org/spec/lti-ap/claim/session_data": 39236,
  "https://purl.imsglobal.org/spec/lti-ap/claim/proctoring_settings": {
    "data": "video=on,audio=on,screencapture=off"
  },
  "https://purl.imsglobal.org/spec/lti-ap/claim/acs": {
    "actions": [
      "terminate",
      "flag",
      "update"
    ],
    "assessment_control_url": "https://assessment.org/acs"
  },
  "https://purl.imsglobal.org/spec/lti/claim/version": "1.3.0",
  "https://purl.imsglobal.org/spec/lti/claim/launch_presentation": {
    "document_target": "iframe",
    "height": 320,
    "width": 240,
    "return_url": "https://lti-ri.imsglobal.org/platforms/2268/returns"
  },
  "https://purl.imsglobal.org/spec/lti/claim/custom": {
    "myCustomValue": "123"
  },
  "https://purl.imsglobal.org/spec/lti/claim/deployment_id": "1",
  "https://purl.imsglobal.org/spec/lti/claim/target_link_uri": "https://lti-ri.imsglobal.org/lti/tools/2028/launches"
}