Activity Feed
- Posted Audit log for user merge on Canvas Question Forum. 11-30-2022 07:33 AM
- Liked Re: SSO Login Error Logs for mzimmerman. 11-02-2022 10:25 AM
- Posted SSO Login Error Logs on Canvas Question Forum. 11-02-2022 03:23 AM
- Posted Canvas API for external tool not working on Canvas Question Forum. 04-08-2022 08:17 AM
My Posts
Post Details | Date Published | Views | Likes |
---|---|---|---|
Is there a way for an admin to see audit logs for user merging i.e. two accounts being merged into one? |
11-30-2022 |
141 |
0 |
Does Canvas expose a way to view SSO login errors? I know we can look into login activity from Admin tools section in Canvas but from what I see we only have LOGIN/LOGOUT but no errors. |
11-02-2022 |
281 |
0 |
Canvas API for external tool not working When we create a new assignment with external tool settings(using Canvas API) it creates everything perfectly but the link for Vocareum assignment(External tool) does not take us to the assignment. I... |
04-08-2022 |
670 |
0 |
11-30-2022
07:33 AM
Is there a way for an admin to see audit logs for user merging i.e. two accounts being merged into one?
... View more
Labels
- Labels:
-
Canvas
11-02-2022
03:23 AM
Does Canvas expose a way to view SSO login errors? I know we can look into login activity from Admin tools section in Canvas but from what I see we only have LOGIN/LOGOUT but no errors.
... View more
Labels
- Labels:
-
Canvas
04-08-2022
08:17 AM
When we create a new assignment with external tool settings(using Canvas API) it creates everything perfectly but the link for Vocareum assignment(External tool) does not take us to the assignment. Instead it throws LTI 1.3 Course Data Not Found error. But, when we create another new assignment with the external tool link same as Vocareum assignment LTI link our previous assignment(the one created through Canvas API) starts working too.
Example call to Canvas we are using -
curl 'https://xxx.instructure.com/api/v1/courses/xxx/assignments' -X POST -F 'assignment[name]=Vocareum Assignment' -F 'assignment[submission_types][]=external_tool' -F 'assignment[external_tool_tag_attributes][url]=https://labs.vocareum.com/lti/launch.php?assignment=xxxxxx' -F 'assignment[external_tool_tag_attributes][new_tab]=true' -H 'Authorization: Bearer XXXXXXXXXXXXXXX'
... View more
Labels
- Labels:
-
Canvas