We have windows server 2008 with IIS 7. There I have some Web Based application installed. I want to integrate that server with customer's Active Directory Server in order to users be able to access the application with their domain accounts.
I know this is beginner question, but sorry I am not an expert and didn't do anything with LDAP before. I read here instructions for some different authentication protocolshttps://technet.microsoft.com/en-us/library/cc733010%28v=ws.10%29.aspx
As I understood I should use Integrated Windows Authentication (synonym for Windows )correct
when I open Authentication within the IIS sites (WebClient) I see options:
Anynomymous
Basic
ASP.NET
Digest
Forms
Windows
I suppose I should choose last option? but where I should populate LDAP path and the user who will have privileges to access the LDAP tree? Please take into consideration that I am really beginner for this and don't have any help for this configuration.
I am thankful for all instructions how to enable users in LDAP tree to access WebClient application defined in the IIS site.
Thanks in advance