|
I have a working login control that validate against the Active Directory.
I am trying to get it further so that the application can silently (from the user perspective) authenticate users by using just the domain name and Windows user name first and then it that fails they will see the username/password entering screen. I can retrieve the user info just fine using GetEnvironmentVariable but how do I go about checking if the user name exists in the AD and automatically authenticate the user? I am in a Intranet environment and not too concern about security associated with the lack of password.
The idea is that if users can log in Windows just fine why bother with another layer of security that asks the same username and password.
|