Kentor.AuthServices.Mvc
0.10.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.
The library has been renamed to Sustainsys.Saml2.Mvc
See the version list below for details.
Install-Package Kentor.AuthServices.Mvc -Version 0.10.0
dotnet add package Kentor.AuthServices.Mvc --version 0.10.0
<PackageReference Include="Kentor.AuthServices.Mvc" Version="0.10.0" />
paket add Kentor.AuthServices.Mvc --version 0.10.0
#r "nuget: Kentor.AuthServices.Mvc, 0.10.0"
Release Notes
Version 0.10.0
* Fixed issue loading metadata with multiple child elements to X509Data.
* Renamed destinationUri to destinationUrl for consitency.
* Moved UseKentorAuthServicesAuthentication() to Owin namespace.
Version 0.9.0
* Automatic refresh of metadata for identity providers and federations.
* Configuration option for metadataUrl for identity providers.
Version 0.8.0
* Automatic generation of service provider URLs, removing configuration.
* Configuration can now be supplied from code and not only in config file.
* Administrative metadata (organization and contactPerson) support.
* Serialization of SAML Attributes
* Support for Bootstrapcontext, saving incoming assertion in the resulting identity.
* Fixed new principal returned by ClaimsAuthenticationManager being ignored.
* Attribute consumer support in metadata and AuthnRequest.
* Discovery service response location included in metadata if use of discovery service is enabled.
Dependencies
-
- Kentor.AuthServices (>= 0.10.0)
- Microsoft.AspNet.Mvc (>= 1.0.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
0.23.0 | 37,044 | 1/17/2018 |