Home All Groups Group Topic Archive Search About

Windows Authentication

Author
4 Apr 2005 9:53 AM
Sankar
Hi.

We are creating an intranet here in ASP.NET and we decided that we are
going to use a kind of Forms Authentication but using the users in our
windows domain.
So, we are creating a default login form, but the user will use the name
and password he uses to login to his computer.
I would like to know the following thing:
I want to check the entered username, pwd, domain (in ASP.NET login page)
is present in the windows database.

thanks.

Sankar

Author
6 Apr 2005 8:29 AM
Darwin Abustan[MSFT]
--------------------
>We are creating an intranet here in ASP.NET and we decided that we are
>going to use a kind of Forms Authentication but using the users in our
>windows domain.
>So, we are creating a default login form, but the user will use the name
>and password he uses to login to his computer.
>I would like to know the following thing:
>I want to check the entered username, pwd, domain (in ASP.NET login page)
>is present in the windows database.

The sample in the following might help with what you are trying to achieve:
http://www.c-sharpcorner.com/Code/2004/April/FormsAuthenticationWithAD.asp

You should consider using basic authentication with SSL as well as an
alternative.

Darwin Abustan
Support Engineer

This posting is provided "AS IS" with no warranties, and confers no rights.
Are all your drivers up to date? click for free checkup

Author
6 Apr 2005 11:22 AM
Nicole Calinoiu
Why do you want to avoid using the browser-aided login UI?  (See
http://groups-beta.google.com/group/microsoft.public.dotnet.security/browse_frm/thread/cf51e13574b32204
for a thread from a couple of weeks ago where various pros and cons of a
similar situation were discussed.)


Show quoteHide quote
"Sankar" <San***@discussions.microsoft.com> wrote in message
news:75FCF4AB-A6BA-477D-A8E4-59DFD2FB21AF@microsoft.com...
> Hi.
>
> We are creating an intranet here in ASP.NET and we decided that we are
> going to use a kind of Forms Authentication but using the users in our
> windows domain.
> So, we are creating a default login form, but the user will use the name
> and password he uses to login to his computer.
> I would like to know the following thing:
> I want to check the entered username, pwd, domain (in ASP.NET login page)
> is present in the windows database.
>
> thanks.
>
> Sankar



Post Thread options