LTI 1.3 & LTI Advantage Documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any documentation about using LTI 1.3 / LTI Advantage with Canvas? There's a feature option to turn it on in our beta environment but beyond that it's not clear how to get started.
lti 1.3 #lti advantage
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is more information in the Canvas Release: LTI 1.3 and LTI Advantage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This covers configuration at the Canvas end, but it doesn't help with configuration at the tool end.
For example, where do we find Canvas documentation that has things like the JWK set URL? People have managed to find or guess some of these, but where are they officially specified?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For now until we find a good home for developer focused documentation, please refer to this document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! That's what we needed.
Why cannot the basics go under External Tools at Canvas LMS REST API Documentation
All we really need to get started is the JWK URL (https://canvas.instructure.com/api/lti/security/jwks), the authorize endpoint (https://canvas.instructure.com/api/lti/authorize_redirect) and to know that to call services we use OAuth2 as per the Canvas REST API.