/LtiLibrary.Owin

OWIN middleware for LTI applications.

Primary LanguageC#Apache License 2.0Apache-2.0

LTI OWIN Library

Build status

There are two .NET projects in this solution to support IMS LTI Tool Providers and Tool Consumers.

LtiLibrary.Owin.Security.Lti

This library depends on LtiLibrary.Core and implements OWIN middleware for LTI. This is useful if you are using OWIN middleware to authenticate your web application and want to add LTI authentication.

Available on NuGet: https://www.nuget.org/packages/LtiLibrary.Owin.Security.Lti

LtiLibrary.AspNet.Identity.Owin

This library depends on both LtiLibrary.Owin.Security.Lti and LtiLibrary.Core. It provides ASP.NET application support for the OWIN middleware for LTI.

Available on NuGet: https://www.nuget.org/packages/LtiLibrary.AspNet.Identity.Owin