Skip to content
Snippets Groups Projects
  • Zachary Hancock's avatar
    3f2bab5e
    feat: adds setting to prevent nrps pii (#315) · 3f2bab5e
    Zachary Hancock authored
    We would like to enable PII in an LTI1.3 launch but turning that flag on would allow the tool to grab PII for the entire course roster via NRPS. We have not fully evaluated the privacy concerns if that is allowed. For the time being this platform setting can wholly disable PII over NRPS to avoid the issue
    feat: adds setting to prevent nrps pii (#315)
    Zachary Hancock authored
    We would like to enable PII in an LTI1.3 launch but turning that flag on would allow the tool to grab PII for the entire course roster via NRPS. We have not fully evaluated the privacy concerns if that is allowed. For the time being this platform setting can wholly disable PII over NRPS to avoid the issue
__init__.py 152 B
"""
Runtime will load the XBlock class from here.
"""
from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock

__version__ = '7.1.0'