Can I set a default domain for a Windows Authenticated website in IIS7?

Posted by Michael Haren on Server Fault See other posts from Server Fault or by Michael Haren
Published on 2010-02-15T15:03:55Z Indexed on 2010/03/23 20:03 UTC
Read the original article Hit count: 356

I have an intranet site using Windows Authentication. When users are prompted for credentials, they enter:

User: domain\username
Pass: SomePassword

It'd be nice if they could leave off the domain\ part which would be filled in with a default domain. I'm willing to give up the ability to login with a server/machine account (non-domain) because we don't use that anyway.

This seems to be possible with BasicAuth but I can't seem to find a reference for how to do it with WindowsAuth.

© Server Fault or respective owner

Related posts about windows-authentication

Related posts about authentication