tl-its-umich-edu / canvas-app-explorer

A Web application that presents a list of Canvas external (LTI) tools with details. When integrated within Canvas, the user can search for specific LTI tool(s), and add or remove those tools from Canvas courses.
Apache License 2.0
4 stars 6 forks source link

Define only scopes needed by the app on LTI configuration #219

Closed jonespm closed 2 years ago

jonespm commented 2 years ago

This application requests many scopes that it doesn't actually need or use and it should be reduced so only the required scopes are included. This is similar to reducing the scopes for the API in #202 .

https://github.com/tl-its-umich-edu/canvas-app-explorer/blob/main/templates/lti_config_template.json

jonespm commented 2 years ago

Will be resolved by #246