Hi,

I have written an MVC5 application with Identity for authentication which uses users created in a database to authenticate.

I would like to be able to use MVC5 Identity with LDAP to validate with a form and their windows credentials.

I have something working already with Membership.ValidateUser but thought I might be missing a trick with MVC5 and Identity?

Can anyone point me in the direction of a better solution?

Thanks
Paul