RE: ASP.NET windows authetication

From: Andy (Andy_at_discussions.microsoft.com)
Date: 12/02/04


Date: Thu, 2 Dec 2004 09:25:02 -0800

Using only forms authentication with e-mail addresses won't be possible. I
have to authenticate users in AD with AD.

I'm going to have a process that checks if the username is in email format
before it checks AD authentication. Then I'll do a simple query to see if
their username is in AD.

Assuming I use the forms authentication, can I still authenticate against AD?

"Andy" wrote:

> Traditionally, I've used windows authentication with a web server on an
> Active directory domain. IIS authenticated users on AD. However to do this,
> a window popped up and users entered information in that.
>
> However, I'd like to instead make an asp.net form that authenticated via
> windows authentication.
>
> The reason why is I need to allow windows authentication as well as
> authentication where the username is actually an e-mail address, but i don't
> want to have two seperate forms to do this.
>
> Is this possible?
>
> If so, anyone know some good examples on the web? VB or C#, doesn't matter
> which.



Relevant Pages

  • Re: WSE 2.0 - The security token could not be authenticated or authorized
    ... I understand that the Windows Authentication is failing. ... username, localmachine\username but both fail to authenticate. ... > service side WSE tries to validate the tokens in the request. ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Authentication? Forms without Anynymous access
    ... They are currently using windows authentication. ... > definitely be less secure than Windows auth. ... >>>>> If the need is for your app to authenticate users in the domain, ...
    (microsoft.public.dotnet.security)
  • Accessing network when using windows authentication in web app
    ... I am using windows authentication in Apache to access the web page - ... How do I extract the username and password from the windows ... Would prefer to use the users username and password. ...
    (microsoft.public.dotnet.general)
  • Authenticating user over the internet
    ... I am using custom authentication using SOAP headers to authenticate users of ... I cannot use windows authentication as our client ... What is the best way to send username and password over the internet? ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Authenticating user over the internet
    ... I am using custom authentication using SOAP headers to authenticate users of ... I cannot use windows authentication as our client ... What is the best way to send username and password over the internet? ...
    (microsoft.public.dotnet.framework.webservices)