{% import "components/login_wall.html" as login_wall %} {% set title = "LTI 1.3 Tool Registration" %} {% extends "simple.html" %} {% block content %} {% call login_wall.wrapper(isLoggedIn) %}

Input the following information into your LMS to register the tool:

Property Value
Tool NameCrosslab
Tool URL{{ tool.base_url }}
Tool DescriptionAllows to execute CrossLab compatible experiments.
LTI VersionLTI 1.3
Public key typeKeyset URL
Public keyset{{ tool.jwks_url }}
Initiate login URL{{ tool.login_url }}
Redirection URI(s){{ tool.redirect_urls | join('
') }}
Icon URL{{ tool.icon_url }}

To complete the registration, open the tool in a moodle course. This site will automatically redirect you to the platform page once the registration is complete.

If the registration is not completed in the next 3 days, the platform registration process will be cancled.

{% endcall %}
{% endblock %}