Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/instructors/admin/integration/lti1-3Canvas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Updating the fields in Platform Information
.. code-tab:: text
:caption: Platform ID

https://canvas.instructure.com
https://canvas.instructure.com



Expand All @@ -240,7 +240,7 @@ Updating the fields in Platform Information
.. code-tab:: text
:caption: Public Keyset URL

https://[CANVAS DOMAIN]/api/lti/security/jwks
https://[CANVAS DOMAIN]/api/lti/security/jwks

6. **Access Token URL:**

Expand All @@ -249,7 +249,7 @@ Updating the fields in Platform Information
.. code-tab:: text
:caption: Access Token URL

https://[CANVAS DOMAIN]/login/oauth2/token
https://[CANVAS DOMAIN]/login/oauth2/token

7. **Authentication Request URL:**

Expand All @@ -258,7 +258,7 @@ Updating the fields in Platform Information
.. code-tab:: text
:caption: Authentication Request URL

https://[CANVAS DOMAIN]/api/lti/authorize_redirect
https://[CANVAS DOMAIN]/api/lti/authorize_redirect

8. Click **Create**

Expand Down