-
IsDeleted flag in LTI Links table and inclusion of deleted links - Administrator Documentation
Dear Community, I hope you can shed some light on my understanding of the LTI Links table in the LTI Data sets. I was analyzing the usage of LTI links. I have joined the LtiLinks table with the LTILaunches on LTILinkId and LtiLinkId. After joining, I have realised that many links were missing in the LtiLinks table, which…
-
How do I delete an LTI Advantage tool?
I can see a list of LTI Advantage tools on the page at d2l/le/ltiadvantage/registrations/home but I cannot see an option to delete an item from the list, merely to enable/disable it. Is there a special role/permission needed for deletion? I have tried ones like "Delete External Learning Tool Links" but none seems to have…
-
Too many ITokenSigners, time for littlefoot to build the right undiff solution
Hi all, when I use D2L Deeplink to create a LTI link, i saw a log said "Too many ITokenSigners, time for littlefoot to build the right undiff solution" Has anyone also encountered this problem? Any comment or idea is appreciated!!!
-
Does anyone else still teach Intro to Keyboarding and College Keyboarding?
I am looking for something similar to Cengage or McGraw Hill to integrate into D2L. Does anyone have any recommendations?
-
Dynamic registration does not create a deployment
I am implementing dynamic registration for our tool that creates a deployment for LtiDeepLinkingRequest, however it is not creating the deployment, there is an error in the logs but no details on why its failing. Here is a snippet from the JSON being sent ` "https://purl.imsglobal.org/spec/lti-tool-configuration": {…
-
Disabling MS Teams User Sync
How can I stop super users from syncing to MS Teams Class list as owners of a class?
-
Getting the error Keyset URL Cannot be reached
When trying to set the LTI 1.3 tool, I get the error "Keyset URL cannot be reached." However, when I open that Keyset URL in a new tab, it seems to work. What could be the issue?
-
How do i use the turnitin self checker
Im trying to figure out how to use the turnitin self checker
-
Problem with third-party integration - LTI Advantage and Oauth 2.0 authentication
Greetings! We have a third party tool trying to integrate the Brightspace API through Oauth 2.0. Our goal is for them to obtain an access token so they can use grading services (LTI 1.3). In this initial stage we are following the directions provided…
-
Invalid deep linking response from the tool: Invalid JWT.
Hi all, I am a developer of a LTI tool provider. when i try to use LTI1.3 and deeplink to create a ltirescourcelink type, it have some error. Here you can see the log Error ID #49648401432981305023774701209091750179835750405510267506.0 Error processing deep linking return it just mention the jwt is invalid, but i have no…
-
LTI 1.3 but having trouble with authentication (/d2l/lti/authenticate). Keep getting 404s.
Hello Team, I'm trying to get our tool to work with 1.3 and brightspace. I'm currently trying to implement openid to authenticate with. Brightspace gets to my auth method fine but when I try to redirect the user to the openid auth endpoint I keep gettings 404. Checking your help it says to check I have all parameters…
-
Sharing documents
How can I share Word documents and links with my students on Brightspace?
-
Help Needed: LTI 1.3 Deep Linking Response
I'm integrating an LTI 1.3 tool with Brightspace and need help with the deep linking response. The authentication works for both basic launch and deep link request, but the deep link response fails when adding content. Issue After the deep link form submis, I see the following error in the LMS: "An error occurred. Please…
-
LTI 1.3 but having trouble with authentication (/d2l/lti/authenticate). Keep getting 404s.
Hello Team, I'm trying to get our tool to work with 1.3 and brightspace. I'm currently trying to implement openid to autheticate with. Brightspace gets to my auth method fine but when I try to redirect the user to the openid auth endpoint I keep gettings 404. Checking your help it says to check I have all parameters…
-
List of default instructor permissions?
We're having an issue with the Hawkes Learning LTI and they believe it's something unchecked in the Instructor permissions that's causing the issue. So two questions: Has anyone had an issue with the Hawkes Learning integration syncing? Is there a list somewhere of the default set of permissions for Instructor so I can…
-
How to obtain an access token for accessing LTI Advantage Services
I am trying to obtain the access token by exchanging the id_token I am receiving the following error: Error: Request failed with status code 400 My Code: Also I have tried to do properly form a JWT signed with my private key and use it: const privateKey = fs.readFileSync(path.resolve(__dirname, 'private.pem'), 'utf8'); //…
-
LTI 1.3 Score POST Fails "User in requested score does not exist"
I have a tool that integrates with D2L via LTI 1.3. While the LTI "Launch" flow works perfectly, I'm running into an issue when trying to post scores to the Line Item where the launch originated from. Assignments and Grade Services is enabled in the external tool settings (in D2L). I've constructed the URL and request body…
-
Access to the test brightspace LMS
Hi, I am new to the community. Apologies if this query is not directed to the right channel. We are looking to test our LTI interface with Brightspace. I understand we can use the instance hosted at https://devcop.brightspace.com after joining the Developers group. I have done that, however, the login fails on…