LTI 1.3 OIDCAuth url
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2020
12:53 AM
Hi,
I am implementing LTI 1.3 with canvas.
I have searched through documents and forums but could not find the following endpoints required for LTI launch flow:
1) OAuth2 Token End Point
2) OIDC Auth URL
3) JWKS URL
I have gone through Canvas Release: LTI 1.3 and LTI Advantage (2019-06-22) but could not find these endpoints.
Can someone please share the said endpoints or share the link where LTI 1.3 related details are documented.
--
Thanks,
Soban
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2020
11:19 PM
I think most of what you are after is on https://canvas.instructure.com/doc/api/file.lti_dev_key_config.html
Eg, for a live instance:
- Token Endpoint (not needed for launch): https://canvas.instructure.com/login/oauth2/token
- Authorization URL: https://canvas.instructure.com/api/lti/authorize_redirect
- JWKS URL: https://canvas.instructure.com/api/lti/security/jwks