Skip to content

Instantly share code, notes, and snippets.

@westonkd
Last active March 2, 2020 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save westonkd/c9f0dcb64aab6ae135ddcc54ced3bd66 to your computer and use it in GitHub Desktop.
Save westonkd/c9f0dcb64aab6ae135ddcc54ced3bd66 to your computer and use it in GitHub Desktop.
Canvas LTI configuration for IMS LTI Advantage certification
{
"title": "IMS LTI Advantage Certification",
"scopes": [
"https://purl.imsglobal.org/spec/lti-ags/scope/lineitem",
"https://purl.imsglobal.org/spec/lti-ags/scope/lineitem.readonly",
"https://purl.imsglobal.org/spec/lti-ags/scope/result.readonly",
"https://purl.imsglobal.org/spec/lti-ags/scope/score",
"https://purl.imsglobal.org/spec/lti-nrps/scope/contextmembership.readonly",
"https://canvas.instructure.com/lti/public_jwk/scope/update",
"https://canvas.instructure.com/lti/data_services/scope/create",
"https://canvas.instructure.com/lti/data_services/scope/show",
"https://canvas.instructure.com/lti/data_services/scope/update",
"https://canvas.instructure.com/lti/data_services/scope/list",
"https://canvas.instructure.com/lti/data_services/scope/destroy",
"https://canvas.instructure.com/lti/data_services/scope/list_event_types",
"https://canvas.instructure.com/lti/feature_flags/scope/show"
],
"extensions": [
{
"domain": "ltiadvantagevalidator.imsglobal.org",
"platform": "canvas.instructure.com",
"settings": {
"platform": "canvas.instructure.com",
"placements": [
{
"text": "IMS Certification",
"enabled": true,
"placement": "course_navigation",
"message_type": "LtiResourceLinkRequest",
"target_link_uri": "https://ltiadvantagevalidator.imsglobal.org/ltiplatform/toollaunch.html"
},
{
"text": "IMS Certification",
"enabled": true,
"placement": "assignment_selection",
"message_type": "LtiDeepLinkingRequest",
"target_link_uri": "https://ltiadvantagevalidator.imsglobal.org/ltiplatform/deeplinklaunch.html"
}
]
},
"privacy_level": "public"
}
],
"description": "Tool for IMS Global LTI Advantage certification",
"public_jwk_url": "https://oauth2server.imsglobal.org/jwks",
"target_link_uri": "https://ltiadvantagevalidator.imsglobal.org/ltiplatform/toollaunch.html",
"oidc_initiation_url": "https://ltiadvantagevalidator.imsglobal.org/ltiplatform/oidcinitialize.html"
}
@westonkd
Copy link
Author

westonkd commented Mar 2, 2020

Redirect URIs:

https://ltiadvantagevalidator.imsglobal.org/ltiplatform/oidcredirecturl.html
https://ltiadvantagevalidator.imsglobal.org/ltiplatform/deeplinkredirecturl.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment