I want to know how to do Active Directory Authentication.
Here is what I need in more detail -
I have 2 sets of users for my website Internal users and external users
Internal users will have a active directory name tied to them , if an internal user accesses the website he shouldn't be prompted with the Login page, Because he has already logged in to his windows machine which is tied to AD with a username and password.
External Users are the ones who are accessing the website from outside world (windows machine not on AD) , these users have to be redirected to a Login page to authenticate themselves with a ADUsername and ADPassword.
Hope I am clear
Kindly help