About
This article explains how to install and set up the Kaltura LMS Video integration for Canvas using LTI 1.3. The integration connects Kaltura’s video tools with Canvas through a secure LTI Developer Key and a set of configured external tools.
Once the setup is complete, users can access My Media, Media Gallery, and Browse, Search, and Embed directly within Canvas.
The integration is managed through the Configuration Management console, where administrators enable LTI 1.3 authentication and connect the LMS to Kaltura.
As of May 2026, Instructure has begun a series of updates to their Inherited API developer key support in Canvas. As a result, Kaltura has decided to deprecate the use of the Kaltura Inherited API Developer Key in Canvas.
Update - June 8, 2026
Recent changes to Canvas have affected the process for creating new Scoped API Developer Keys.
Kaltura is currently working with Instructure to validate a revised configuration process. Until updated instructions are available, the steps for creating and configuring a new Scoped API Developer Key in this article may not work as expected.
As of the publishing of this update, existing Canvas integrations and previously created Scoped API Developer Keys continue to function normally.
If you are setting up a new Canvas integration or have questions about updating an existing Canvas integration, contact your Kaltura representative before proceeding.
Prerequisites
- A Kaltura administrator account
- A KAF for Canvas, version 5.99.46 or later
- A Canvas administrator account
Step 1 - Enable LTI 1.3
- In your Configuration Management console, navigate to the Hosted module.
- On the Hosted module page, locate the authMethod field and select lti1.3 from the dropdown.
- Confirm that the three fields listed below are auto-populated.
- lti13PlatformOidcAuthUrl = https://sso.canvaslms.com/api/lti/authorize_redirect
- lti13AuthTokenUrl = https://sso.canvaslms.com/login/oauth2/token
- lti13KeysUrl = https://sso.canvaslms.com/api/lti/security/jwks
If the fields are NOT auto-populated then you need to set them as follows:
- lti13PlatformOidcAuthUrl = https://{your_Canvas_Domain}/api/lti/authorize_redirect
- lti13AuthTokenUrl = https://{your_Canvas_Domain}/login/oauth2/token
- lti13KeysUrl = https://{your_Canvas_Domain}/api/lti/security/jwks
Make sure the URL you enter has no spaces before, after, or within it.
- Scroll down to the LTI3ServicePrivateKey section and click the Generate key pair here. This will generate the keys.

- In the Certificate Generator frame, click Use to have the key pairs saved to the lti13ServicePrivateKey and lti13ServicePublicKey fields.

- Scroll to the bottom of the Hosted module page and click Save.

An additional section displays.
Step 2 - Generate LTI developer key JSON
Enter the following URL in your browser: https://{your_KAF_URL}/canvas/config/create-json-for-instance Example:https://12345.kaf.kaltura.com/canvas/config/create-json-for-instance
If you're using a KAF domain other than .kaltura.com, make sure to use it as the input for your_KAF_URL.
The JSON will be used in the next step to create the LTI developer key.
Step 3 - Create LTI developer key
- Log into your Canvas instance as an administrator.
- Click the Admin tab.
- Click the Developer Keys tab.
- Click +Developer Key and select + LTI Key from the drop-down list.
- Configure the following:

The Developer Keys page displays.


The Key Settings page displays.

- Key Name - Enter 'Kaltura Video Plugin'.
- Owner email - optional
- Redirect URIs - Enter https://{your_KAF_URL}/hosted/index/oauth2-launch Example:https://12345.kaf.kaltura.com/hosted/index/oauth2-launch
- Notes - optional
- Method - Select Paste JSON from the drop-down list.
If you're using a KAF domain other than .kaltura.com, make sure to use it as the input for your_KAF_URL.

6. In the LTI 1.3 Configuration field, copy the JSON code (not including the brackets) from the previous section (Generate LTI developer key JSON) and paste it between the brackets.

7. Scroll down and click Save.
The new LTI developer key will now be listed on the Developer Keys page. If the State is set to off (red), it means the key is disabled. To enable the key, click the toggle (green).

Step 4 - Configure LTI developer key LTI Advantage services
In order for the LTI developer key to work properly, certain LTI Advantage services must be enabled.
- Edit the LTI developer key you created by clicking on the pencil icon to the far right of the key.
- In the Method field, change to Manual entry.
- Scroll down to the LTI Advantage services section and click to expand the section.
- Make sure the following LTI Advantage services are turned on in addition to others that are enabled:

The Key Settings page displays.


- Can create and view assignment data in the gradebook associated with the tool.
- Can view assignment data in the gradebook associated with the tool.
- Can view submission data for assignments associated with the tool.
- Can create and update submissions for assignments associated with the tool.
- Can retrieve user data associated with the context the tool is installed in.
- Can update publish jwk for LTI services.
5. Click Save if you have made any changes.
Step 5 - Confirm values in LTI developer key additional settings
- Click Additional Settings to expand the section.
- Review the following fields:

- Domain - your KAF domain without the https://
- Tool Id - your KAF URL including https://
- Icon Url, Text, Selection Height, Selection Width – leave blank
- Custom Fields - include the following custom parameters:
- custom_canvas_user_id=$Canvas.user.id
- custom_canvas_course_id=$Canvas.course.id
- custom_canvas_user_login_id=$Canvas.user.loginId
- custom_canvas_post_message_token=$com.instructure.PostMessageToken (Note: This field is optional but recommended for enabling the Kaltura player to automatically adjust the Canvas iframe height when the player size changes. If omitted, media will still play correctly but iframe sizing will be static.)
Step 6 - Confirm or edit LTI developer key placement settings
Clicking on the bubble in the placements box will delete the placement. To edit a placement, click on the > icon to the left of each placement listed.

Canvas only allows each placement to be used once per developer key. The JSON file generated by Kaltura includes five placements.
Review and edit the Text field for each tool placement as needed:
- Link Selection: For the Kaltura Browse Search and Embed tool, used to create video pages.
- Course Navigation: For the Kaltura Course Media Gallery.
- Global Navigation: For the Kaltura My Media tool in the global left-hand navigation.
- Editor Button: For the Kaltura Browse Search and Embed tool in the Canvas Rich Content Editor.
- Assignment Selection: For the Kaltura Interactive Video Quiz in the Canvas Assignment tool.
Step 7 - Set 'lti13ClientID' value for LTI developer key
- In Canvas, navigate to the Developer Keys page (https://{your_Canvas_base_URL}/accounts/1/developer_keys) .
- On the Developer Keys page, locate the listing for the developer key you created in Step 3 - Create LTI Developer Key and copy the Client ID from the Details column.
- Log into your Configuration Management page (https://{your_KAF_base_URL}/admin).
- Navigate to the Hosted module (https://{your_KAF_base_URL}/admin/config/tab/hosted).
- Scroll down to the lti13ClientID field and paste in the Client ID.
- Scroll to the bottom of the Hosted module and click Save.


Step 8 - Configure Kaltura user ID value
The default Kaltura User ID is your Canvas User ID, which is often the same as the user’s email address. If your organization uses a different value for User IDs, please refer to Configuring the Kaltura User ID Value to Use with Your LMS Integration before proceeding.
With the Kaltura LMS integration, user ID records are passed from the LMS to Kaltura during the LTI Launch. When using LTI 1.3 authentication, admins can configure which LTI attribute to use for the user ID in the KAF Hosted module.
Kaltura uses a custom parameter in Canvas to store the User ID value. To set this up:
- Log into your Configuration Management page (https://{your_KAF_base_URL}/admin).
- Navigate to the Hosted module (https://{your_KAF_base_URL}/admin/config/tab/hosted).
- Scroll down to the ltiUserIdAttribute setting.
- Set ltiUserIdAttribute to custom_canvas_user_login_id.
- Scroll to the bottom of the Hosted module and click Save.
Step 9 - Set API developer key
If your KAF domain is not on kaltura.com, or you prefer added security, you’ll need to create a Scoped API Developer Key.
- Log into Canvas as an administrator.
- Navigate to the Developer Keys page.
- On the Developer Keys page, click + Developer Key and select + API Key from the drop-down menu.
- Configure the following:
The 'Key Settings' page displays.
- Key Name - Kaltura Scoped API Key
- Owner Email - Optional
- Redirect URLs - Enter your KAF URL starting with https://
- Use your domain alias or vanity domain if applicable.
- Make sure there is no / (slash) at the end of the URL.
- Redirect URL (Legacy) - Enter your KAF URL starting with https://
- Use your domain alias or vanity domain if applicable.
- Make sure there is no / (slash) at the end of the URL.
- Vendor Code (LTI 2) - Leave blank
- Icon URL - Optional
- Notes - Optional
- Test Cluster Only - Leave unchecked
- Client Credentials Audience - Select Canvas
5. Scroll to the top of the page and click Enforce Scopes.

The 'Enforce Scopes' section expands.

Leave Allow Include Parameters unchecked.
6. Scroll down to Courses and click to expand.
7. Check the following scopes:
- url:GET|/api/v1/courses
- url:GET|/api/v1/courses/:id

8. Scroll down to Users and click to expand.
9. Check the following scope:
- url:GET|/api/v1/users/:user_id/profile

10. Click Save.
The 'Developer Key Created' message displays:
11. Copy the API Developer Key secret and store it in a secure location.
Make sure to copy the API Developer Key before closing the dialog box. After the dialog box is closed, the key can no longer be viewed.
12. Click Close.
The Developers Keys page displays.
13. Select the Account tab.

14. Locate the Scoped API Developer Key you created and click the State toggle to turn on the key.
A confirmation message appears.
15. Click Switch to On.
When enabled, the toggle turns green.
Step 10 - Set API developer key in Canvas module
- Log into your Configuration Management console and open the Canvas module. You can also navigate directly: (https://{your_KAF_base_URL}/admin/config/tab/canvas).
- Scroll down to the useScopedKey field and set it to 'Yes'.
- Set the enableUserProfileScope field to 'Yes'.
- Fill in the customAppId and customAppKey fields using the Key ID and Key for the API Developer Key you created above as follows:

The 'Canvas' page displays.

This exposes the Canvas Account API Developer Key settings.
- In Canvas, navigate to the Developer Keys page and locate the Canvas API developer key you created.
- Copy the Client ID and paste it into the customAppId field in the Canvas module.
- Copy the API Developer Key that you saved in Step 9, item 11 above, and paste it into the customAppKey field in the Canvas module.

The Canvas module useScopedKey section should now look like this:

5. Scroll to the bottom of the Canvas module and click Save.
Step 11 - Add Kaltura tools
Once you've completed the previous steps, you can add the Kaltura external tools.
- Log into Canvas as an administrator and navigate to the Developer Keys page.
- On the Developer Keys page, locate the LTI developer key you created and copy the Client ID from the Details column.
- In the left-hand navigation, click the Settings tab (https://{your_Canvas_base_URL}/accounts/1/settings#tab-settings).
- On the Settings page, click the Apps tab.
- Click View App Configurations.
- Click +App.
- Click on the Configuration Type drop-down menu and select By Client ID.
- Paste the Client ID copied in Step 3 - Create LTI developer key into the Client ID field.
- Click Submit.



The Settings page displays.

The External Apps page displays.

A list of apps displays.

The Add App page displays.



Canvas LTI tool placements
Instructure provides multiple placements for external tools in Canvas. The recommended Kaltura placements align with those used in earlier LTI versions.
Note that placement limitations may apply depending on where the Kaltura tools are added within the Canvas account structure (account, sub-account, course). See Step 11 - Add Kaltura tools.

