cschiewek
cschiewek

Reputation: 141

ADFS Authentication in ASP.NET 5 MVC 6

I'd like try out MVC 6 on a new project, but one of the requirements is using ADFS for authentication. Is this possible yet with MVC6? I tried using Microsoft.Owin.Security.WsFederation in an MVC6 project, but I get the following error:

Failed to resolve the following dependencies for target framework 'Asp.Net,Version=v5.0': Microsoft.Owin.Security.WsFederation 3.0.0

Does anyone know if there's a ASP5MVC6 compatible package for ADFS auth?

Upvotes: 3

Views: 1260

Answers (1)

Eilon
Eilon

Reputation: 25704

ASP.NET 5 (including ASP.NET MVC 6) does not yet have support for ADFS authentication, but it is in the plans (I work on the ASP.NET team).

Upvotes: 2

Related Questions