# Deployment Guide LTI 1.1

## Overview

This document shows how to add Annoto as an LTI activity to your OpenEdx environment.

### Enable LTI Consumer In Studio

You can enable the LTI xblock in studio through the advanced settings:

1. From the main page of a specific course, click ​**Settings->Advanced Settings** in the top menu.
2. Check for the Advanced Module List policy key, and add "lti\_consumer" in the policy value list.

\[

&#x20;...

&#x20;" lti\_consumer",

&#x20;...

]

3\. In “LTI Passports “, Add value **"annoto-auth:\<annoto\_client\_id>:\<annoto\_client\_secret>"** to LTI Passports list, fill in “annoto-auth:” and then ClientID and Secret, separated by punctuation.

These ClientID and shared secret are provided by Annoto, If you do not have this information, please contact us at: [support@annoto.net](http://support@annoto.net/)

**\[**

&#x20;**...**

&#x20;**"annoto-auth:\<annoto\_client\_id>:\<annoto\_client\_secret>",**

&#x20;**...**

**]**

For example:

\[

&#x20;"annoto-auth:eyJhbGciOiJIUzI1NiJ9.Mjc0NGJhODEtMWQ2OC00YWJkLTg4MGQtODc2MzM1MWRkYTg5.o\_OLJJwbkvUhYumiFWf6TQXSvShVZRuzi2UbijAPMkc:72d6299b5a0d66106f824594a7943303540b15b8b859596d7af2a3ab4f89140a"

]

As seen in the image below:

![](/files/-LydfmpwK8xzOfuICxZE)

4\. Click on the **Save changes** button.

### Adding ANNOTO LTI Activity

Once the lti\_consumer module was added to the Course, it should be added to the course unit, using the following steps:

1. On the Course Outline page, open the unit in which you want to add Annoto:

![](/files/-LzBCO7W6v-2jF0yEUP-)

2\. Under Add New Component, click ​Advanced​, and then select **​LTI Consumer**​.

![](/files/-LzBCO7Xds3LkO8qR0FR)

![](/files/-LzBCO7YaMJL5xz9bNS-)

3\. Click Edit and then change **LTI Consumer** settings as you prefer:

![](/files/-LzBCO7ZDjVjHd3sWXVd)

### Annoto LTI Activity Settings

Set the following fields as follows :

1. **Display Name :** Annoto LTI Activity (Or any name you like)
2. **LTI ID :** annoto-auth
3. **LTI URL:**&#x20;

   1. EU Deployment: <https://auth.eu.annoto.net/lti/embed/launch>
   2. US Deployment: [https://auth.us.annoto.net/lti/embed/launch](https://auth.eu.annoto.net/lti/embed/launch)

   Note: If you are not sure what deployment to use please contact us at [Annoto Support](mailto:support@annoto.net?subject=Annoto%20Support)&#x20;
4. **Custom Parameters:**
   * **nn\_ptype**  - Player type (vimeo, wistia, youtube, videojs, html5, jwplayer etc.)
   * **nn\_v** - Video Source ID

Examples:

**Youtube:**

**Link:** [**https://www.youtube.com/watch?v=**<mark style="color:red;">**s7z91ePA8oo**</mark>](https://www.youtube.com/watch?v=s7z91ePA8oo)

**nn\_ptype=youtube**

**nn\_v=**<mark style="color:red;">**s7z91ePA8oo**</mark>

<figure><img src="/files/gEk0O1nurL0oaewvDtuM" alt=""><figcaption></figcaption></figure>

**Wistia:**

**Inline Link: ....**&#x73;rc="<https://fast.wistia.net/embed/iframe/><mark style="color:red;">**p0jkc3d9by**</mark>"...

**Popover embed: ...**&#x73;rc="<https://fast.wistia.com/embed/medias/><mark style="color:red;">**p0jkc3d9by**</mark>.jsonp"....

**nn\_ptype=wistia**

**nn\_v=**<mark style="color:red;">**p0jkc3d9by**</mark>

<figure><img src="/files/5aRayXFFS5XNEwC3NHXn" alt=""><figcaption></figcaption></figure>

**Vimeo:**

**Link:** [**https://vimeo.com/**<mark style="color:red;">**253538285**</mark>](https://vimeo.com/253538285)

**nn\_ptype=vimeo**

**nn\_v=**<mark style="color:red;">**253538285**</mark>

5. **LTI Launch Target:** Inline
6. **Request user's email :** True
7. **Request user's username:** True
8. Save the changes you made.
9. In order for the changes to go live, don’t forget to **publish** the unit:

![](/files/-LzBCO7_x4UpOlGJKfZ2)

Click on view live version:

![](/files/07sQhdeNVp7RauNTRVfg)

<figure><img src="/files/BilDjlLzmtLh07DNVoZy" alt=""><figcaption></figcaption></figure>

## Support

If you need any additional information or have any questions, please contact us at [Annoto Support](mailto:support@annoto.net?subject=Annoto%20Support)

## Last but not least

To learn more about Annoto’s capabilities, visit our [**Annoto’s Guide**](https://docs.annoto.net/guides/annoto-widget/introduction)**.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.annoto.net/setup-guides/openedx/legacy/how-to-add-annoto-lti-activity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
