You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Documentation**
* Reorganized LTI 1.3 Canvas setup into Option 1 (JSON configuration
URL) and Option 2 (manual entry) with clearer step flow.
* Consolidated copy/paste guidance into concise table-style steps and
added tabbed examples for Target Link URI and Icon URL.
* Split Editor Button and Course Navigation into separate sections with
updated images and renamed captions.
* Expanded Part 2 with steps covering LTI Advantage Services,
placements, privacy, and domain/tool ID.
* Added guideline to use the list-table directive when authoring
reStructuredText tables.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Copy file name to clipboardExpand all lines: source/instructors/admin/integration/lti1-3Canvas.rst
+85-22Lines changed: 85 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ The Canvas user who carries out these steps must be a system administrator.
20
20
When copying links, please use the copy button adjacent to each link to ensure accuracy and prevent linking errors.
21
21
22
22
23
-
24
23
**In Codio:**
25
24
26
25
1. Click your username in the top-right corner, then select **Organization** from the menu. In the Organizations area, click the name of your organization.
@@ -39,25 +38,66 @@ The Canvas user who carries out these steps must be a system administrator.
39
38
40
39
5. Click on **Developer Key** and select **+LTI key**.
41
40
42
-
6. Complete the **Key Name, Title** and **Description** fields. Make sure to set the **method** to **Manual Entry**.
41
+
(Step 6, Option 1) Using JSON configuration Url
42
+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43
43
44
-
|image2|
44
+
You can use a JSON configuration URL to automatically configure most Canvas settings:
45
+
46
+
.. image:: /img/lti-json-url.png
47
+
:alt:Canvas configuration for JSON configuration Url
48
+
:width:80%
49
+
50
+
You only need to configure:
51
+
52
+
.. list-table::
53
+
:header-rows: 1
54
+
:widths: 30 70
55
+
56
+
* - **Value**
57
+
- **What to add**
58
+
* - **Key Name:**
59
+
- A name for the Tool, i.e.: "Codio"
60
+
* - **Owner Email:**
61
+
- An email, you can use your own email.
62
+
* - **Redirect URIs:**
63
+
- Paste the Redirect URL from your Codio integration
64
+
* - Set the Method as **Enter URL**
65
+
-
66
+
* - **JSON URL**
67
+
- Paste the URL from **Canvas JSON configuration Url**
68
+
69
+
.. note::
70
+
If you use the JSON configuration URL method, skip to **Part 2**. To manually configure everything, continue with the steps below.
0 commit comments