-
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: https://www.unicon.net/insights/blogs/the-solution-for-third-party-cookies-in-lti-1.3-has-arrived and this spec: The postmessage seem a nice solution for this problem and we would like to implement this.…
-
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:…