When I go to a website that implements the built-in website logon dialog, what type of authentication is this called?
If I was only talking about IIS, then I would say it is Integrated Windows Authentication, but it can be done with Apache/Linux as well.
It differs from form based authentication (where the page loads and presents the logon dialog from the server) in that it will not let the user read the web page until they authenticate.
