Home All Groups Group Topic Archive Search About
Author
8 Oct 2008 2:20 PM
WMB
Hi All

Is there a way that a user can logon to a webserver by just giving their
username and not Domian\username or username@domain

We have a Web Server on IIS when users are prompted for their passwords we
would like them just to enter thier username and password  would this be
possible in IIS

wayne

Author
9 Oct 2008 2:39 AM
David Wang
On Oct 8, 7:20 am, "WMB" <nore***@noreply.com> wrote:
> Hi All
>
> Is there a way that a user can logon to a webserver by just giving their
> username and not Domian\username or username@domain
>
> We have a Web Server on IIS when users are prompted for their passwords we
> would like them just to enter thier username and password  would this be
> possible in IIS
>
> wayne


It is all possible on IIS. The question is what authentication
protocol and identity provider you want to use.

If you plan to use the ones built into Windows, then you will have to
use Domain\username or usern***@domain.com (assuming your UPN Domain
name = Domain name). That is the only secure approach.

Basic Authentication protocol is insecure and allows the Web Server to
prepend "Domain" when performing logons, thus allows you to provide
just username -- but only within one domain -- if you have >1 domain,
this approach won't work.

All other secured authentication protocols require username and
domain.

Custom Authentication Protocols in the form of 3rd party Addons can
allow just username, but you'll have to purchase/find them yourself.

My personal opinion is that users get used to username@domain because
that's how most popular and secure authentication protocols work. You
do a dis-service by trying to simply to a plain username.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//