Search code examples
asp.net-coreasp.net-core-mvcadfs3.0

ASP.NET 5 authentication with ADFS 3


I'd want to create an ASP.NET 5 / MVC 6 application with authentication on ADFS 3.0.

The new ASP.NET Security middleware don't support WsFederation authentication.
ADFS 3.0 don't support OpenID connect.

Are there working scenarios to achieve this ?


Solution

  • I created a nuget package to add ADFS specific oauth to ASP.NET Core : Codinlab.AspNetCore.Authentication.AdfsOAuth