LTI 1.3 openid connect id token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2019
03:26 AM
Hello.
I'm trying to implement openid connect flow with canvas to use it with LTI 1.3. I created LTI developer key.
Canvas sends me request with the following fields: iss, login_hint, client_id, target_link_uri, lti_message_hint, canvas_region as per IMS specification IMS Security Framework 1.0 | IMS Global Learning Consortium My response is as per specification with `scope: openid`. I always get invalid_scope error returned. LTI developer key doesn't specify scopes at all. Am I doing anything wrong?