Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
.. _Allow sharing PII to LTI Components:

Allow sharing PII to LTI Components
###################################

.. tags:: site operator, how-to

The LTI component block has settings to share the user's email or username with the LTI application.
By default, these settings are disabled for privacy reasons.
The settings may be enabled per-course by an administrator, using the Django admin console:

#. With a system administrator account, navigate to the django admin console, and find the "Course allow pii sharing in lti flags" item.
Click the text on the left for the item to navigate to the page with the list of these flags.
From this page, you can add, modify, or delete flags.

.. image:: /_images/site_ops_how_tos/lti_pii_sharing_admin_1.png
:alt: A screenshot of the Django admin console showing the "Course allow pii sharing in lti flags" menu item.

#. Click the button to add a new flag:

.. image:: /_images/site_ops_how_tos/lti_pii_sharing_admin_2.png
:alt: A screenshot of the Django admin console showing the button to "add course allow pii sharing in lti flag".

#. In the new flag form, enter the ID for the course you wish to enable this for, and ensure the "Enabled" field is checked.

.. image:: /_images/site_ops_how_tos/lti_pii_sharing_admin_3.png
:alt: A screenshot of the Django admin console showing the form to add an enabled flag for a particular course id.

#. Finally, save the form.

.. seealso::

:ref:`LTI Component settings` (reference)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a maintenance table to this document?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thank for your review! :)


**Maintenance chart**

+--------------+-------------------------------+----------------+--------------------------------+
| Review Date | Working Group Reviewer | Release |Test situation |
+--------------+-------------------------------+----------------+--------------------------------+
| | | | |
+--------------+-------------------------------+----------------+--------------------------------+
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,9 @@ LTI Component Settings
launches, the learners are warned that if they continue, their email
address will be shared with the LTI provider.


By default, this setting is not available in Studio.
To make this setting available, a system administrator must enable the
setting in the Django administration console.
See :ref:`Allow sharing PII to LTI Components` for how to enable
(requires system administrator privileges).

* - Request user's username
- Sends the learner's username to the remote LTI tool. This is the
Expand All @@ -186,9 +185,8 @@ LTI Component Settings
will be shared with the LTI provider.

By default, this setting is not available in Studio.

To make this setting available in Studio, a system administrator must
enable the setting in the Django administration console.
See :ref:`Allow sharing PII to LTI Components` for how to enable
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add this ref to the seealso table as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done, thanks! :)

(requires system administrator privileges).

.. seealso::

Expand All @@ -202,6 +200,7 @@ LTI Component Settings

:ref:`Enabling and using LTI Advantage features` (how-to)

:ref:`Allow sharing PII to LTI Components` (how-to)

**Maintenance chart**

Expand Down