Authentication using ASP.NET

  • Thread starter Sriram Venkataramani
  • Start date
S

Sriram Venkataramani

In our application we have to authenticate users using
Forms authentication, but using the username and password
of the Windows 2000 Active Directories. That is, the user
will enter his username and password in the WebForm and
our code behind will have to authenticate the user.
Futhermore the user can be from any domain in the network.
Also, while authenticating the user, the user has to be
displayed the list of domains available on the network.
The user will select his or her domain from the list. We
are not supposed to use Win32 API for this. Is there any
Active Directory Class which does the listing of all the
domains and authentication of the user?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top