ASP.NET library with IMS LTI support for Tool Consumer and Tool Provider applications. Supports IMS LTI 1.0, 1.1, 1.1.1 and 1.2; Outcomes 1.0; Outcomes 2.0 (Draft); and Content-Item Message 1.0.


Keywords
IMS, LTI, ASP.NET, c-sharp, lti-consumer, lti-provider, netstandard16, netstandard20
License
Apache-2.0
Install
Install-Package LtiLibrary.AspNet -Version 1.5.4

Documentation

LTI Library

There are two .NET Standard 1.6/2.0 projects in this solution to support IMS LTI Tool Providers and Tool Consumers. The Visual Studio solution and project files are compatible with Visual Studio 2019.

See the LtiLibrary1.6 repository for the last non-.NET Standard source for LtiLibrary.

![Discord](https://img.shields.io/discord/643735856406069248?label=Discord chat)
GitHub

LtiLibrary.NetCore

This is the only library you need if you are going to roll your own support for web pages or native apps.

This library includes the classes, properties, and methods to support LTI 1.1.1 launch, outcomes, content items and tool consumer profiles for both Tool Consumers and Tool Providers.

Available on NuGet: Nuget

Ltibrary.AspNetCore

This library depends on LtiLibrary.NetCore and adds useful extensions and helper methods for ASP.NET Core 2.0+ applications such as an OutcomesApiController which implements the LTI Outcomes API as a Controller.

Available on NuGet: Nuget

Test Projects

There are also two xUnit test projects: one for each project above. These can be helpful examples for how to use the libraries.

Build Status

CI Env Status
GitHub Windows GitHub Workflow Status

NuGet Status

Assembly Status
LtiLibrary.NetCore NuGet Status
LtiLibrary.AspNetCore NuGet Status