Re: Windows Authentication question

From: Natan (nvivo.misc_at_mandic.com.br)
Date: 03/24/05


Date: Thu, 24 Mar 2005 11:46:41 -0300

Nicole Calinoiu wrote:
> If you'll be authenticating against Windows accounts, is there any
> particular reason you don't want to use Windows integrated authentication?
> It tends to be quite a bit more convenient for both users and developers
> and, in general, there's little reason to avoid it unless you must support
> users without Windows accounts (in which case it's generally "polite" to
> support mixed authentication schemes so that Windows users can still use the
> more convenient login mechanism).

I solved it using System.DirectoryServices. =)

About the reasons, first because we want the user to be able to login
with his username when there is no windows authentication, second, we
don't want an user to have access to our intranet just because a
computer is turned on.

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.



Relevant Pages

  • Re: Windows Authentication question
    ... > particular reason you don't want to use Windows integrated authentication? ... > support mixed authentication schemes so that Windows users can still use the ... but answer the question first then make your comment. ...
    (microsoft.public.dotnet.framework)
  • Re: Membership functions connect to Sql Server as Process Identity, not user identity??
    ... the reason I want to use membership while using windows ... forms authentication and the membership class for everything. ... thus the reason I need to be able to ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Windows Authentication question
    ... If you'll be authenticating against Windows accounts, ... particular reason you don't want to use Windows integrated authentication? ... support mixed authentication schemes so that Windows users can still use the ...
    (microsoft.public.dotnet.security)
  • Re: Windows Authentication question
    ... If you'll be authenticating against Windows accounts, ... particular reason you don't want to use Windows integrated authentication? ... support mixed authentication schemes so that Windows users can still use the ...
    (microsoft.public.dotnet.framework)
  • Re: Change in ASP.Net authentication between Win2000 and Win2003
    ... > is turning on/off Kerberos is occuring. ... It control how IE deals with "Authentication: ... when you put IIS6 in a domain and have "Integrated Windows Authentication" ...
    (microsoft.public.windows.server.security)

Loading