Kentor.AuthServices.Owin 0.17.2

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.17.2
NuGet\Install-Package Kentor.AuthServices.Owin -Version 0.17.2
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.17.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Kentor.AuthServices.Owin --version 0.17.2
#r "nuget: Kentor.AuthServices.Owin, 0.17.2"
#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.17.2

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

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,602 1/17/2018

Version 0.17.2
Bug fix of incorrect URL expansions in 0.17.2.

Version 0.17.1

Bug fixes, see milestone on github for complete list

* Validation works with load balancing without session affinity
* Correct callback url with IdSrv3 + PublicOrigin setting.
* More resilient to spooky metadata.
* Correct casing of AuthnContextComparision

Release contains breaking changes to the public API of the core
Kentor.AuthServices package. Only concerns anyone using the core library
directly. HttpModule/Mvc/Owin packages have no API changes.

Version 0.17.0

BREAKING CHANGES
=================
* MetadataUrl renamed to MetadataLocation
* ISPOptions.ServiceCertificates type changed - source compatible.
* MVC SignOut action renamed to Logout

* Single Logout
* Local storage of metadata
* Option to set application URL (useful with load balancers/proxies)