RE: ASP.NET windows authetication
From: Andy (Andy_at_discussions.microsoft.com)
Date: 12/02/04
- Next message: Ron Weldy: "Trouble moving servers with asp.net"
- Previous message: Paul Clement: "Re: ASP.NET windows authetication"
- In reply to: Andy: "ASP.NET windows authetication"
- Next in thread: Hernan de Lahitte: "Re: ASP.NET windows authetication"
- Reply: Hernan de Lahitte: "Re: ASP.NET windows authetication"
- Reply: Paul Clement: "Re: ASP.NET windows authetication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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.
- Next message: Ron Weldy: "Trouble moving servers with asp.net"
- Previous message: Paul Clement: "Re: ASP.NET windows authetication"
- In reply to: Andy: "ASP.NET windows authetication"
- Next in thread: Hernan de Lahitte: "Re: ASP.NET windows authetication"
- Reply: Hernan de Lahitte: "Re: ASP.NET windows authetication"
- Reply: Paul Clement: "Re: ASP.NET windows authetication"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|