Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
Found this content helpful? Log in or sign up to leave a like!
I'm developing an LTI module using ASP.Net Core 3.1 and I am having issues getting the OAuth working.
I was following along with @garth 's post .NET - OAuth2 Workflow: Part 1 - Authrorize Redirect (and parts 2 & 3) but this was written using an older .Net.
Has anyone implemented this with ASP.Net Core 3.1?
I have added most of the code from Garth's post, but he is using an HttpRequestBase (System.Web.MVC) object to retrieve the OAuth request from Canvas and the newer .Net uses HttpRequest (Microsoft.AspNetCore.Http) which doesn't have the same properties.
Thank you,
Bryan Clauss
Bryan, I'm not sure if this will be helpful, but there is a .NET LTI reference implementation listed on the IMS github bootcamp page. Maybe this can point you in a direction if you still need it.
To participate in the Instructure Community, you need to sign up or log in:
Sign In