Hello,
I have several older asp.net web forms applications that authenticate users against the active directory (forms authentication) using the membership element in web.config.
<membershipdefaultProvider="MyAD">
<providers>
How do we do this using the new ASP.NET Identity? I am developing in VS2015.
Thanks