Re: Windows Authentication question by Nicole
Nicole
Thu Mar 24 09:13:19 CST 2005
"Natan" <nvivo.misc@mandic.com.br> wrote in message
news:uA3vo$HMFHA.3960@TK2MSFTNGP12.phx.gbl...
<snip>
> About the reasons, first because we want the user to be able to login with
> his username when there is no windows authentication,
That's still possible even if you use integrated Windows authentication. If
the browser doesn't pass the correct credentials (either because it's
configured not to pass the client user credentials or because the client
user isn't acceptable to the server), the user will be presented with a
logon dialog by the browser. In addition, if you are concerned about
supporting non-Windows clients, you could enable multiple authentication
modes (e.g.: Windows integrated and basic) in IIS.
> second, we don't want an user to have access to our intranet just because
> a computer is turned on.
A couple of problems here:
1. The user presumably already has at least some access to your file,
database, e-mail, print, etc. servers. Is intranet access somehow an even
worse risk than accessing these other resources?
2. Users will likely be able to instruct their browsers to cache their
credentials even when logging in via an HTML form, so you won't be gaining
any real protection by using a forms-based approach.
>
> Thanks...
>
> BTW: answering a post just to ask why someone is doing that is annoying.
> Comments are welcome, but answer the question first then make your
> comment.