SSOLib by Rasmus

<PackageReference Include="SSOLib" Version="1.0.2" />

 SSOLib 1.0.2

Any page in need of authorization must inherit from either SSOLib.PrivatePage (for Web Forms) or from SSOLib.PrivateController (for MVC). Typically you will let your BasePage inherit from PrivatePage (or PrivateController).

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>SSOLib</id>
    <version>1.0.2</version>
    <title>SSOLib</title>
    <authors>Rasmus</authors>
    <owners>Favourite Design</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Any page in need of authorization must inherit from either SSOLib.PrivatePage (for Web Forms) or from SSOLib.PrivateController (for MVC). Typically you will let your BasePage inherit from PrivatePage (or PrivateController).</description>
    <summary>SSOLib is a library that interfaces with Favourite Design Single Sign On server.</summary>
    <language>en-US</language>
    <tags>SSO</tags>
  </metadata>
</package>