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


1 answer


ASP.NET 5 (including ASP.NET MVC 6) doesn't support ADFS authentication yet, but it's in the plans (I'm working on an ASP.NET team).



+2


source







All Articles