I want to configure the simple membership provider with active directory for my project in MVC5.
The rough workflow will be as follows:
- user navigates to the website.
- website aquires users AD login name.
- website logs user in via simple membership provider.
Please give some idea or link to work with this.