Kentor.AuthServices.Owin 0.9.0

Suggested Alternatives

Sustainsys.Saml2.Owin 1.0.2

Additional Details

The library has been renamed to Sustainsys.Saml2.

There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Kentor.AuthServices.Owin --version 0.9.0
NuGet\Install-Package Kentor.AuthServices.Owin -Version 0.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Kentor.AuthServices.Owin" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kentor.AuthServices.Owin --version 0.9.0
#r "nuget: Kentor.AuthServices.Owin, 0.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Kentor.AuthServices.Owin as a Cake Addin
#addin nuget:?package=Kentor.AuthServices.Owin&version=0.9.0

// Install Kentor.AuthServices.Owin as a Cake Tool
#tool nuget:?package=Kentor.AuthServices.Owin&version=0.9.0

A SAML2 Owin middleware, compatible with ASP.NET Identity for external logins.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.23.0 50,462 1/17/2018

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.
* Fixed null reference exception on HTTP POST with owin middleware.

Version 0.7.2
* Fixed null reference exception on missing discoveryServiceResponseUrl

Version 0.7.0
* Discovery Service Support
* Fixed invalid format of cacheDuration attribute in metadata.
* Made AuthServices prefer Http Redirect binding and ignore unsupported bindings when loading metadata.