It can be used to authenticate users against the on-premise ADFS 3.0 which is part of Microsoft Windows Server 2012 R2 via ADFS OAuth endpoint.
                        
                    
         
                Info
| Version: | 1.1.0 | 
| Author(s): | Sergey Tregub (aka DrWatson) | 
| Last Update: | Thursday, February 15, 2018 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/drwatson1/adfs-provider | 
| NuGet Url: | https://www.nuget.org/packages/DrWatson.Adfs.OAuthProvider | 
Install
Install-Package DrWatson.Adfs.OAuthProvider
                        dotnet add package DrWatson.Adfs.OAuthProvider
                        paket add DrWatson.Adfs.OAuthProvider
                        
                                DrWatson.Adfs.OAuthProvider Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- DrWatson.Adfs.Metadata(>= 1.1.1)
 - Microsoft.AspNetCore.Authentication.OAuth(>= 2.0.1)
 - System.IdentityModel.Tokens.Jwt(>= 5.2.1)
 
Tags