I have developed a ASP.NET web application which reads the data from Active Directory Domain(Domain1). I have hosted the web application in IIS in a workgroup machine in the network. I need to allow the Domain1 users to access web application(which
is hosted in workgroup). I enabled windows authentication alone for the web application. Is it possible to do? Please suggest me...
i guess you have to do this validation inside the application when the user logs in or use Impersonation then application have access to its domain and user id etc there you may use this user information and validate the user
Tamilmani Kp...
Participant
1091 Points
265 Posts
Integrated windows authentication in a workgroup machine allowing access to AD users in IIS7.5
Jul 20, 2012 08:26 AM|LINK
Hi All,
I have developed a ASP.NET web application which reads the data from Active Directory Domain(Domain1). I have hosted the web application in IIS in a workgroup machine in the network. I need to allow the Domain1 users to access web application(which is hosted in workgroup). I enabled windows authentication alone for the web application. Is it possible to do? Please suggest me...
Efforts Never Fail...
Mudasir.Khan
All-Star
15346 Points
3142 Posts
Re: Integrated windows authentication in a workgroup machine allowing access to AD users in IIS7....
Jul 20, 2012 09:30 AM|LINK
i guess you have to do this validation inside the application when the user logs in or use Impersonation then application have access to its domain and user id etc there you may use this user information and validate the user