We setup an extranet site for employees to access content when they are off of our domain.
The site is configured with Windows Integrated Authentication which unfortunately triggers a popup authentication box when users try to authenticate and it is very unsightly & confusing.
We would rather use a typical web page login form, but I've been told by our vendor that it isn't possible to authenticate against active directory using anonymous authentication. Can anyone confirm that?
If that is true and authenticating against AD isn't possible using anonymous authentication, is there any other way to accomplish my goal of a web page login form authenticating against AD using WIA, or any other tips?