Hi,
I am trying to implement HTTP basic authentication for the couple of web applications I have deployed on CQ5. For e.g., I have three sites hosted as /content/site1, /content/site2 and /content/site3 on CQ5. When I try to access /content/site1 or /content/site2, I want to present HTTP basic authentication to user and I do not want to present any authentication for /content/site3.
The problems I have are:
1. I do not know how to implement HTTP basic authentication for CQ5. This is first problem. I tried following URLs to implement this, but couldn't do.
http://dev.day.com/docs/en/crx/current/administering/ldap_authentication.html
2. Once I can get HTTP basic authentication setup in CQ5, I want to set it up for specific sites.
Can someone please suggest how to implement this.