About
matthew_buckett
Matthew Buckett
Rank:
Community Contributor
Title:
Joined:
Dec 5, 2017 2:36:39 AM
Posts:
332
Solutions:
52
Likes Received:
236
Bio:
Software Developer specialising in education.
Most Liked Posts
The MS Teams Classes LTI uses LTI 1.3 and the XML builder is for LTI 1.1 so you won't be able to use the XML builder on Edu Apps.
We've make the LTI tool disabled by default and to do this you...
It looks like you are using the URLs outlined on https://canvas.instructure.com/doc/api/file.oauth_endpoints.html which is for API access to Canvas and not for LTI use.The LTI 1.3 launch flow is outl...
Hiya @RanjeetSinghWhen inside a course you can add the `include_parents` parameter as documented on: https://canvas.instructure.com/doc/api/external_tools.html#method.external_tools.indexF...
Canvas paginates its results by default and the other courses are probably on the next page. The URL for the next page of results is in the "Link" HTTP header and the documentation about this ...
The sis_import_id on the enrollment object (https://canvas.instructure.com/doc/api/enrollments.html) is used to show which SIS Import created (updated?) the enrollment. You can use this ID to look the...
Most Recent Posts
I'm not sure if this is the problem but in your configuration lots of the URLs have an extra '/' in them in between the protocol and host. eg:
https:///sso.test.canvaslms.com/login/oauth2/...
Hiya @thohoangngo
Putting the token in the URL works fine but has some downsides:
The token appears in the browser history and may get leaked (eg to other websites). Depending on your app this mi...
Canvas allows you to resize the iframe that you are contained in to eliminate the scroll bars on the iframe. We do this with lots of our tools. The resize is done through a postMessage call and is doc...
Some things I've run into in the past with JWK URLs:
The content-type header on your JWK URL, you have `application/json` which is known to work. Some RFCs state that `application/jwk-...
Hiya Tracie,
Replace:
<div style="padding: 2px 3px; background-color: #f7f7f7;">
with:
<div style="padding: 2px 3px; background-color: #f7f7f7; clear: both;">
This ...
Latest Badges
250 Likes Received
2024-08-23
50 Solutions Provided
2024-04-25
250 Logins Completed
2024-01-25
100 Logins Completed
2024-01-25