-
Error/bug with deep linking 1.3 in Brightspace
I'm trying to test our LTI 1.3 integration. It works in other LMS systems, but not Brightspace, so it leads me to believe that there's either a bug in Brightspace, or that there's a setting I'm missing. When I get through the deep linking process, I get a generic message. Upon checking logs, it shows "Something went wrong…
-
Has anyone had issues LibGuides using ILP due to cross listing Process?
Hello, Does anyone use Colleague along with the ILP course provisioning process? We are having issues with our library services tool, LibGuides using the ILP to provision the cross listed courses. LibGuides uses naming conventions which are altered through the cross listed creation process by ILP in D2L. The creation of a…
-
Remote plugin setup OAuth signature method not working
We are trying to add a new remote plugin, and find that even though we set the OAuth signature method to HMAC-SHA1, it ends up becoming HMAC-SHA256. Has anyone encountered this before or know why it is? Thanks.
-
eText deeplink creation gives an error
We have recently implemented to create deeplink for ebook and when adding the links of the ebook, D2L gives an error. It is working properly for assignment deeplinks. (LTI 1.3) Assignment Deeplink Creation - Success Scenario id_token:…
-
New LTI tool registration issues - Launch back to platform
Hello, We have been working on the creation of a new LTI tool for our product and we are currently testing our LTI compliant endpoints with our Brightspace demo instance. So far we have succeded in registering (using Standard Registration) the tool with its keyset URL and are able to create External Tool Links and add them…
-
Shared Kaltura library videos issue
Has anyone else experienced an issue with accessing the Kaltura (insert media) feature to embed videos within their D2L instance directly with and using the instructor role? Until recently my coworker a sys admin could impersonate an instructor and access My Media and perform tasks normally. When users try to access My…
-
When is support for LTI OIDC Login with LTI Client Side postMessages coming?
Hi, I've seen the new solution to get rid of the third-party cookies issues when using LTI 1.3 advantage in this blog: and this spec: The postmessage seem a nice solution for this problem and we would like to implement this. Since D2L was part in writing this new spec. Is this already supported by Brightspace? And if not,…
-
LTI Link in a Widget
We have Nettutor coming out with a new LTI link but are unable to embed into a widget, does anyone have a workaround to this issue so that we can put it in a widget as well?
-
LTI1.3 Basic launch and Deeplink placement in add existing activities
The basic launch tool is displayed under add existing activities --> External learning tools and the deeplink quick links are just display under "add existing activities" which confuses the user to launch which one first. Is there any method we can show basic launch or deeplink outside add existing activities? Can we…
-
How to make D2L LTI Advantage iframe automatically vertically scale to available size
When registering an LTI Advantage tool, you can specify a fixed width/height for the iframe to open the link in. A tool can also use postMessage to let D2L know its desired size. However, for a tool with a responsive layout and dynamic content (e.g. a list), there is no fixed size to set. This means that in practice, the…
-
How to obtain an access token for accessing LTI Advantage Services?
I am receiving the following error: {"error":"invalid_client","error_description":"Missing client"} My curl headers are set: --request POST --header "Authorization: Basic B64 Encoded clientID:client secret (this is missing!)" --header "Content-Type: application/x-www-form-urlencoded" My URL is set:…