ASP.NET Core middleware that enables an application to support the Microsoft ADFS's OAuth 2.0 authentication workflow.
Info
Version: | 1.0.0 |
Author(s): | Thierry Fleury |
Last Update: | Wednesday, March 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Codinlab/AdfsOAuth |
NuGet Url: | https://www.nuget.org/packages/Codinlab.AspNetCore.Authentication.AdfsOAuth |
Install
Install-Package Codinlab.AspNetCore.Authentication.AdfsOAuth
dotnet add package Codinlab.AspNetCore.Authentication.AdfsOAuth
paket add Codinlab.AspNetCore.Authentication.AdfsOAuth
Codinlab.AspNetCore.Authentication.AdfsOAuth Download (Unzip the "nupkg" after downloading)
Dependencies
net451
- System.IdentityModel.Tokens.Jwt(>= 5.1.3)
- Microsoft.AspNetCore.Authentication.OAuth(>= 1.1.1)
- System.IdentityModel.Tokens.Jwt(>= 5.1.3)
- NETStandard.Library(>= 1.6.1)
- Microsoft.AspNetCore.Authentication.OAuth(>= 1.1.1)
Tags