Where is the membership service Scope ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2019
01:57 PM
So I found out there is a membership service in Canvas...
its under the url : https://<host>/api/lti/courses/:course_id/membership_service
And to use it I need an access token, that I can aquire using a developer key so I created a developer key and it worked.
Problem is that any rational tool consumer wouldn't grant me a global access token so I need to use a scoped one... when I tried to find the Membership Service scope in the developer Key creation I couldn't find it.
Is it there somewhere under a different name?