简体   繁体   中英

web app authentication

I have a scenario where I have a web application hosted externally (ie: the webserver is not a member of my internal active directory domain).

I would like to authenticate users of the web app using their active directory credentials.

Is there a product or some setup I can use to accomplish this?

Generally this is achieved by authenticating to the AD server with LDAP. I'd recommend using LDAP+SSL to keep the passwords from going out in plaintext, and other than that you should be fine - as long as there aren't any firewalls in the way.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM