126 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
43
views
Gray screen for Microsoft OneDrive LTI - Local hosted, but trying to load from canvas.instructure.com
This is pretty much a new canvas installation. The previous postgres database was lost.
Environment
Canvas: git prod master, Apr 22, 2025, commit 17df9d8
Ruby 3.3, Passenger 6, Apache
Redis 7 on ...
0
votes
1
answer
221
views
Vue.js and ASP.NET core application authentication
I have a system composed of a Vue.js client application and an ASP.NET Core 9 backend. This backend uses app.MapFallbackToFile("/index.html").RequireAuthorization(); to serve the client ...
0
votes
0
answers
28
views
:en is not a valid locale when running "rails generate ims_lti:install"
I'm pretty inexperienced with both stackoverflow and Ruby. Please help me to help you to help me.
I'm trying to implement ims-lti in an open source Rails application. When I run rails generate ims_lti:...
0
votes
0
answers
66
views
LTI conne tion between moodle and brightspace
I am beginner in LTI so help me to create lti connection between moodle and brightspace
create lti connection between moodle and brightspace step by step
how can I create external tool in brightspace.....
1
vote
0
answers
48
views
Undestanding the difference between a JSON-LD definition and what the API actually returns
I am trying to implement LTI Names and Role Provisioning Services (LTI-NRPS), which allows a tool (my application) to get a list of participants from a learning management system (LMS).
According to ...
jdm's user avatar
- 10.4k
0
votes
1
answer
157
views
LTI 1.3 activityProgress Update
I'm working on a C# implementation for a tool that should be able to communicate with the platform.
I got the launch part working, and now I'm working on sending an update for the activityProgress. ...
0
votes
1
answer
143
views
Canvas LTI 1.3 mixin roles
I have the following scenario with Canvas and my LTI 1.3 tool. I have a course X and I assigned a Canvas teacher into the course as student .When the user open the tool, the LTI payload contain both ...
0
votes
1
answer
947
views
I'm working with lti1.3 to build a lti tool which can be then integrated to many LMS platforms
I have the client details that is get created on moodle. Also I did hit the https://localhost/mod/lti/token.php api and get the bearer token.
I wanted to get the user details but not able to figure ...
0
votes
1
answer
91
views
Moodle LTI, Tool Change score post communication
Can the following scenario be achieved with Moodle - LTI ToolProvider:
User A launches Exam X on Moodle
Moodle connects to LTI and opens Exam X on Tool T
User A takes Exam X in new Window on Tool T ...
0
votes
1
answer
124
views
Moodle. LTI Advantage Automatic Registration
I'm trying to implement automatic Tool registration in Moodle. As described here: https://moodlelti.theedtech.dev/dynreg/
Registration is successful and in the settings, I get the following result:
...
-1
votes
1
answer
416
views
How to implement Tao core PHP LTI 1.3 in my tool?
I am new in LTI 1.3 - tao ,so for me this a bit hard to understand how to embed this library into my tool. I also want to understand the code workflow and structure. For LMS, I am using Moodle .
If is ...
0
votes
1
answer
796
views
Login required error in Canvas lms for an LTI 1.3 Tool launch
I'm trying to launch an LTI 1.3 tool from canvas lms. I'm getting the error login_required with the error description Must have an active user session after sending the parameters as specified in step ...
0
votes
0
answers
680
views
LTI 1.3 Integration with ASP.NET MVC
I need to integrate my ASP.NET MVC 5 web application(this is not a .Net core project) with LTI 1.3 version. Few examples found was developed with .Net Core projects. The LTI 1.3 Library in VS Nuget ...
1
vote
1
answer
430
views
How to send LTI 1.3 LtiDeepLinkingResponse using .NET Core
We are struggling to send LtiDeepLinkingResponse using .NET core. Getting Error as {"errors":{"jwt":[{"attribute":"jwt","type":"JWT format is ...
0
votes
0
answers
189
views
LTI 1.3 - Access token - Error validating assertion: Unknown validation exception
I'm trying to create a lti 1.3 integration in Brightspace (POC), and I was able to get to the point where the tool endpoint is launch. At this endpoint I'm trying to get access token in order to get ...