ADFS Authentication in ASP.NET 5 MVC 6
I would try MVC 6 on a new project, but one of the requirements is to use ADFS for authentication. Is this possible with MVC6? I have tried using Microsoft.Owin.Security.WsFederation in an MVC6 project, but I am getting the following error:
Could not resolve the following dependencies for target infrastructure "Asp.Net, Version = v5.0": Microsoft.Owin.Security.WsFederation 3.0.0
Does anyone know if there is a compatible ASP5MVC6 package for ADFS auth?
+3
source to share