Link to home
Start Free TrialLog in
Avatar of mte01
mte01Flag for Lebanon

asked on

Using Domain-Controller authentication in ASP.NET app.

Dears,

 I have an ASP.NET app. that has an internal users list in the database that it checks upon authentication. I want to allow users to authenticate on it also with their domain-controller credentials. For example let's say user1 has a domain username of user1@ourdomain.com; and when he does authenticate this way, I want this login to impersonate his equivalent DB user "dbuser1", thus authenticating him successfully on our asp.net app.
Any idea how this can be done? (while simultaneously allowing login from dbuser1 or user1@ourdomain.com )
ASKER CERTIFIED SOLUTION
Avatar of Sushil Sonawane
Sushil Sonawane
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mte01

ASKER

>>sushil84

Many thanks for the links! The 1st link should do the trick