Kentor.AuthServices.Mvc by Kentor

<PackageReference Include="Kentor.AuthServices.Mvc" Version="0.23.0" />

Package Files

0 bytes

 Kentor.AuthServices.Mvc 0.23.0

A SAML2 Service Provider for ASP.NET MVC. Install in project and add sections to web.config. No coding required. The package adds an MVC controller that handles the SAML SignIn and SignOut. It works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Kentor.AuthServices.Mvc</id>
    <version>0.23.0</version>
    <title>Kentor.AuthServices.Mvc</title>
    <authors>Kentor</authors>
    <owners>Kentor</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/Sustainsys/Saml2/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/Sustainsys/Saml2</projectUrl>
    <iconUrl>https://raw.github.com/Sustainsys/Saml2/master/nuget/kentor.png</iconUrl>
    <description>A SAML2 Service Provider for ASP.NET MVC. Install in project and add sections to web.config. No coding required. The package adds an MVC controller that handles the SAML SignIn and SignOut. It works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.</description>
    <releaseNotes>The Kentor.AuthServices library has been renamed to Sustainsys.Saml2.
      This package is empty, but will install the new package.</releaseNotes>
    <copyright>Copyright Kentor and contributors 2013-2018</copyright>
    <tags>SAML2 authentication AspNet SAML SSO</tags>
    <dependencies>
      <dependency id="Sustainsys.Saml2.Mvc" version="0.23.0" />
    </dependencies>
  </metadata>
</package>