{
  "title": "Thinking Mode",
  "description": "Verify student thinking in the AI era",
  "oidc_initiation_url": "https://thinkingmode.com/wp-json/socraticxr-lti/v1/login",
  "target_link_uri": "https://thinkingmode.com/wp-json/socraticxr-lti/v1/generic-launch",
  "public_jwk_url": "https://thinkingmode.com/wp-json/socraticxr-lti/v1/jwks",
  "redirect_uris": [
    "https://thinkingmode.com/wp-json/socraticxr-lti/v1/redirect"
  ],
  "scopes": [
    "https://purl.imsglobal.org/spec/lti-ags/scope/score",
    "https://purl.imsglobal.org/spec/lti-ags/scope/lineitem"
  ],
  "extensions": [
    {
      "platform": "canvas.instructure.com",
      "domain": "thinkingmode.com",
      "settings": {
        "text": "Thinking Mode",
        "icon_url": "https://thinkingmode.com/landing/logo-icon.png",
        "placements": [
          {
            "placement": "course_navigation",
            "message_type": "LtiResourceLinkRequest",
            "target_link_uri": "https://thinkingmode.com/wp-json/socraticxr-lti/v1/generic-launch",
            "label": "Thinking Mode",
            "visibility": "admins",
            "custom_fields": {
              "canvas_section": "$com.instructure.User.sectionNames"
            }
          },
          {
            "placement": "assignment_selection",
            "message_type": "LtiDeepLinkingRequest",
            "target_link_uri": "https://thinkingmode.com/wp-json/socraticxr-lti/v1/task-picker",
            "label": "Thinking Mode Assignment",
            "icon_url": "https://thinkingmode.com/landing/logo-icon.png",
            "selection_width": 800,
            "selection_height": 700,
            "custom_fields": {
              "canvas_section": "$com.instructure.User.sectionNames"
            }
          }
        ]
      }
    }
  ],
  "custom_fields": {
    "canvas_section": "$com.instructure.User.sectionNames"
  },
  "privacy_level": "anonymous"
}