1

I am new with Canvas LMS. I have some configuration XML (including launch URL, private and secret key) of Canvas LMS. I have my own .Net application and i want to create LTI request on button click event from my .Net portal which will create an launch LTI request to Canvas Portal using XML and keys. Could anyone provide any help document or code, so that i can achieve it easily. Thanks.

jitendra joshi
  • 677
  • 5
  • 18

1 Answers1

1

I don't know much about LTI but I found this guide for .NET LTI Launch

Part 1: Connect To Canvas

Part 2: Launch Request

Part 3: OAuth

Hope this can help you in some way.

Mederic
  • 1,949
  • 4
  • 19
  • 36