by Julien Pro.
Thanks Jake for all those information, and sorry for the long time, I will clarify
As a Tools provider, I am using LTI 1.3 standard
As a Tools provider, I am using LTI 1.3 standard
I need my clients to add my Tools easilly to their Moodle.
They are configuring my tool manually in their Moodle with my:
- Tools Name
- Tools URL
- Tool Domain
- LTI version: 1.3
- Public Key
- Initiate login URL
- Redirection URI(s)
- Default launch container = New Window
- Privacy
- Share launcher's name with the tool
- Share launcher's email with the tool
As you mention, I will benefit to have a Dynamic Registration url, that is what I am looking for.
Based on the documentation, I can see that there some fields that are available and some are not (items 8 and 9):
{
"client_name": "Virtual Garden",
"domain": "client.example.org",
"description": "Learn Botany by tending to your little (virtual) garden.",
"description#ja": "小さな(仮想)庭に行くことで植物学を学びましょう。",
"target_link_uri": "https://client.example.org/lti",
}
"token_endpoint_auth_method": "private_key_jwt",
"initiate_login_uri": "https://client.example.org/lti",
"redirect_uris": "https://client.example.org/callback",
}
- Am I doing it correctly ?
- Does item 8 and 9 can be configurated in the xml file ?
Cheers