Reputation: 13
I created an external application and integrate it in canvas lms,and I want it to use the same access_token as issued by the Oauth2 idp in canvas
Upvotes: 0
Views: 298
Reputation: 3367
While both LTI 1.3 and the CanvasLMS Api use OAuth2 tokens, the tokens have different uses and scopes, and so you can not use the same token for both LTI application integration and private API access.
You can read more about creating an LTI1.3 Developer Token in the canvas api documentation.
Upvotes: 1