TenaLanding.Integration.AspNetCore

Everything an application needs to join the TenaLanding portal: the provisioning endpoints and the single sign-on hand-off.

Recent Packages

Version Downloads
0.3.0 2

Usage Instructions

Latest Version: 0.3.0

To install TenaLanding.Integration.AspNetCore from the command line, run the following command:

nuget install TenaLanding.Integration.AspNetCore -Version 0.3.0 -Source https://nuget.sapec.md/nuget/Sapec/v3/index.json

To install TenaLanding.Integration.AspNetCore from the Package Manager Console within Visual Studio, run the following command:

Install-Package TenaLanding.Integration.AspNetCore -Version 0.3.0 -Source https://nuget.sapec.md/nuget/Sapec/v3/index.json

For projects that support PackageReference, copy this XML node into the project file to reference the package.

<PackageReference Include="TenaLanding.Integration.AspNetCore" Version="0.3.0" />