-
Assistance Required with SAML Authentication Issue
This is the fourth time trying to post this question. It gets marked as spam. This time I will just add the question inside a attached file. We are encountering an issue configuring Canvas as a service provider for an IdP. Despite successful authentication from the IdP, Canvas is not processing the SAML response correctly,…
-
Assistance Required with SAML Authentication Issue
This is the third time trying to post this question. It gets marked as spam. This time I don't add as much log information, because it's probably this drawing the spam markers attention. We are encountering an issue configuring Canvas as a service provider for an IdP. Despite successful authentication from the IdP, Canvas…
-
Custom fields manipulated after sending a request
I have a tool that is is using LTI 1.3 with custom field test.developer=barttestTakerIds=["548ab123-8ab0-4bff-b152-e2dcbeffd315"] I noticed that dots and camel case are being transformed into following in JWT token: test_developer=barttesttakerids=["548ab123-8ab0-4bff-b152-e2dcbeffd315"] I could not find a requirement on…
-
Thumbail Images are showing empty although the file is uploaded
I am having a strange issue with the latest version of a self-hosted Canvas LMS Instance. When I upload any file from Account -> Files the upload process works I even see the file and its thumbnail created in the /tmp folder. The thumbnail is there with the original file on the server But the thumbnail URL shows an empty…
-
Roll Call Attendance
So, what's the latest on an API for Roll Call? The web isn't looking too promising...😂 Thanks, Jerry
-
LTI Integrations Apps
I am trying to add the LTI Integration App called Edubase to my Canvas page for my class, however this process seems very cumbersome. I was able to register in Edubase from the Canvas LTI Apps in Setting, yet I was unable to get the program to work or sync with my district's SIS. Any suggestions or procedures to help…
-
Canvas API Page Views Interaction Time
Hey! I'm fetching users page views with the Canvas API. In the Users documentation (https://canvas.instructure.com/doc/api/users.html) page views objects have an attribute called interaction time. According to this post:…
-
use scoped OAuth token to access API from non-web app?
My organization has developed an application that connects to the Canvas API to update settings of some courses. It's a non-web, mostly "headless" application. In development, we've been passing our own personal access tokens to the app to use for Canvas API authorization. However, we've seen that Canvas recommends scoped…
-
Deeplinking submission/avaiable time for ltiResourceLink
Hi ! I would like to know when does the submission/available time properties will be supported for the LtiResourceLink Deeplinking creation. Currently this feature is available in test environment according to the documentation( I have attached a screenshot from the Canvas docs ) but I was able to set some properties like…
-
Seeking Guidance on Creating a Custom Login Page Using Canvas APIs
Hello Canvas LMS Community, I hope this message finds you well. I'm currently embarking on a project to create a custom login page for our Canvas LMS environment. My plan is to utilize the Canvas APIs to achieve this, aiming for a seamless and efficient user authentication experience. However, I've encountered a roadblock…
-
LTI Tool - LTI Grades and Assignments - Submission Type
We're working on building the LTI Grades and Assignment integration and are currently optimizing it to work with Canvas. We have everything working, but noticed that in the docs about the line item service we can provide an additional field that's not part of the LTI spec for submission type:…
-
Attaching Terms to Grading Periods through the API
Hi, all! I've scoured the API and I can't seem to find this functionality, so I'm hoping someone can point me in the right direction -- I need to attach Terms to Grading Periods. That seems simple enough, right? Except that with the OneRoster SIS plugin and 184 schools, I now have a lot of terms (like 500+ terms?) that I…
-
Div Element Resizing
I am trying to find a way to make something render on a page. The goal is to have a colored rectangle with text centered inside. I am using this as a visual marker to highlight specific content on the page. A picture is attached to show what it looks like. Previously, I used this to style the element: CONCLUSION I have…
-
API: Adding a custom grade book column for a course, and updating its data for a crosslisted section
Hi there, We have created custom gradebook columns via API, to facilitate our organisations grade moderation processes, however our tech team is unable to get crosslisted section enrolments to have the custom data added via API. Are there some hidden rules regarding which course you should identify in the API call? Thank…
-
JavaScript to Hide "Copy To..." in Kebabs
We are wanting hide the "Copy To.." option from faculty and non root-admins anywhere it is seen on a kebab (modules, individual content items in the module, pages, quizzes, assignments and discussions). What JavaScript could I use to do this? Thank so much in advance!