Skip to content

Commit a9ba70d

Browse files
authored
removed extra spaces that were causing integration issues (#431)
The extra spaces that were hard to see were causing integrations to fail. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated formatting and indentation in LTI 1.3 Canvas integration documentation for improved readability. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 0051a14 commit a9ba70d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/instructors/admin/integration/lti1-3Canvas.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Updating the fields in Platform Information
223223
.. code-tab:: text
224224
:caption: Platform ID
225225

226-
https://canvas.instructure.com
226+
https://canvas.instructure.com
227227

228228

229229

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

243-
https://[CANVAS DOMAIN]/api/lti/security/jwks
243+
https://[CANVAS DOMAIN]/api/lti/security/jwks
244244

245245
6. **Access Token URL:**
246246

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

252-
https://[CANVAS DOMAIN]/login/oauth2/token
252+
https://[CANVAS DOMAIN]/login/oauth2/token
253253

254254
7. **Authentication Request URL:**
255255

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

261-
https://[CANVAS DOMAIN]/api/lti/authorize_redirect
261+
https://[CANVAS DOMAIN]/api/lti/authorize_redirect
262262

263263
8. Click **Create**
264264

0 commit comments

Comments
 (0)