Quiz listing on LTI Tool launch

Jump to solution
soban_momin
Community Member

Hi,

For one of my use case I want to fetch the list of quizzes on LTI launch.

Since the LTI token doesn't work with Rest API, I think I have to start a OAuth flow for Rest API access token.

Except OAuth, is there any other way to fetch the quiz lists?

Labels (1)
0 Likes
1 Solution
karl
Instructure Alumni
Instructure Alumni

Yes for now, any use of the general Canvas REST API outside of the LTI services (names and roles provision and assignments and grades) you'll need to get a separate token via OAuth (separate Developer Key) for this to work.

At some point in the future we'll merge the two types of Developer Keys so app integrators only have to maintain one set of keys and ease what Canvas admins have to evaluate and monitor for access.

View solution in original post