Tag Archives: OWIN

Using OWIN to handle LTI API authentication

In my previous post I wrote about the OWIN middleware for LTI I wrote to handle LTI launch authentication. This time I want to talk about using OWIN middleware to authenticate the other LTI stuff: outcomes and the new content-item … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment

OWIN middleware for LTI

TL;DR An implementation of  OWIN middleware and ASP.NET Identity for LTI is available on Codeplex. The Complete Story Microsoft’s ASP.NET Identity now uses OWIN. Anders Abel has a great series of articles explaining the interaction between OWIN middleware and ASP.NET … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment