Thursday, March 29, 2012

Single sign on using ADSI web application ?

hi,
i want to know about implementation of single sign on using ADSI in web appication. Is it possible to create a web page which takes the login info from windows ADSI and process the page?
can anybody help me?
regards
v.r.mahendranIn IIS Admin, set the virtual directory to use Windows Authentication. You can then use HttpContext.User.Identity.Name to get the logged in user's name.

0 comments:

Post a Comment