The PingFederate OWIN Middleware OpenIdConnect Client allows your C# application to take advantage of OWIN to start authentication with PingFederate using the OpenIdConnect Authentication module they provide.
Info
Version: | 1.0.17 |
Author(s): | Alejandro Mora |
Last Update: | Monday, October 24, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/amd989/Owin.Security.Providers.PingFederate |
NuGet Url: | https://www.nuget.org/packages/Owin.Security.Providers.PingFederate |
Install
Install-Package Owin.Security.Providers.PingFederate
dotnet add package Owin.Security.Providers.PingFederate
paket add Owin.Security.Providers.PingFederate
Owin.Security.Providers.PingFederate Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Owin.Security(>= 3.0.1)
- Newtonsoft.Json(>= 7.0.1)
Tags