I have a website that is accessible from within a corporate network standardized on the microsoft windows platform. What I want to do is to have parts of a webpage content customized depending on the domain user.
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
closed as off topic by Alex, Eight Days of Malaise, phwd♦ Feb 27 '12 at 2:16
Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
If you want single-sign-on, then you need to setup Kerberos on your web server, and then setup NTLM authentication. If the web server is running IIS this is pretty easy. If you just want to use the same accounts, and don't mind that your users will need to provide their password a couple times, then you must make the application link into the AD via LDAP. |
|||
|
|