Authenticating web applications
I have a scenario where I have a web application hosted externally (i.e. the web server is not in my active directory internal domain).
I want to authenticate users of a web application using their active directory credentials.
Is there some product or some kind of setup I can use to do this?
0
user28636
source
to share
1 answer
Typically, this is accomplished by authenticating to the AD server using LDAP. I would recommend using LDAP + SSL to prevent passwords from showing up in clear text, and other than that you should be fine - as long as there are no firewalls along the way.
+2
Daniel Papasian
source
to share