-
How can I obtain the assignment ID when the external tool launches?
Hi, I've integrated an external tool into Brightspace using deep linking, and everything works it launches correctly. I've also sent back a deep linking response, which has been added as my external tool link to the assignment. However, after checking the payload I received from the tool launch, I noticed that there is no…
-
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?
-
Assignments and grades services extension with LTI 1.3
Is there a way to get startDateTime and endDateTime when querying for a line item? We must be consistent with the dates between our tool and the platform hosting our deep link. During our query to the line item endpoint, we can get the line item but it is limited to ID, scoreMaximum, label, resourceId, and resourceLinkId.…
-
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…
-
What role permissions are needed to prevent the "Not Authorized" API response?
I have an LTI 1.1 app in brightspace that performs the following actions and I need to know what Role Permissions (I created a custom API Service Account role) I need to not get the "Not Authorized" message in my API response when performing the below actions. - Create a user - Delete a user - Enroll a user into a Course…
-
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 do I add an External Learning Tool to a class
How do I add an External Learning Tool to a class
-
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…