Canvas LTI 1.3 Developer Key J…
  • RSS Feed

Last modified on 3/9/2023 1:59 PM by User.

Tags:

Canvas LTI 1.3 Developer Key JSON

Developer Key JSON

1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
{

   "title":"Brainfuse Online Tutoring",

   "description":"Brainfuse Online Tutoring",

   "oidc_initiation_url":"https://landing.brainfuse.com/?oauth_consumer_key=your_key_from_bf",

   "target_link_uri":"https://landing.brainfuse.com/iframe.asp?oauth_consumer_key=your_key_from_bf",

   "scopes":[

       "https://purl.imsglobal.org/spec/lti-ags/scope/lineitem",

       "https://purl.imsglobal.org/spec/lti-ags/scope/result.readonly"

    ],

   "extensions": [

            {

                "platform": "canvas.instructure.com",

                "settings": {

                    "platform": "canvas.instructure.com",

                    "placements": [

                        {

                            "placement": "account_navigation",

                            "message_type": "LtiResourceLinkRequest"

                        },

                        {

                            "placement": "link_selection",

                            "message_type": "LtiDeepLinkingRequest",

                            "selection_width": 800,

                            "target_link_uri": "https://landing.brainfuse.com/?oauth_consumer_key=your_key_from_bf",

                            "selection_height": 400

                        },

                        {

                            "placement": "course_navigation",

                            "message_type": "LtiResourceLinkRequest"

                        }

                    ]

                },

                "privacy_level": "anonymous"

            }

        ],

   "public_jwk": {},

   "public_jwk_url": "https://landing.brainfuse.com/.well-known/jwks.json",

   "custom_fields": {

           "email": "$Person.email.primary",

           "given_name": "$Person.name.given",

           "family_name": "$Person.name.family",

           "canvas_user_login_id": "$User.username",

           "lis_person_sourcedid": "$Person.sourcedId",

           "lis_course_offering_sourcedid": "$CourseOffering.sourcedId"

   },

   "redirect_uris": "https://landing.brainfuse.com/\nhttps://landing.brainfuse.com/link.asp\nhttps://landing.brainfuse.com/iframe.asp"



}