Authentication mechanishim in publish
Experts,
I have to implement authentication mechanism same as how author instance works. For example, if any user request for any page http://localhost:4503/content/geometrixx/en.html then system should open the page http://localhost:4503/content/geometrixx/en/toolbar/account/login.html and only after successful login sling should redirect to required page.
I looked into Login Selector Authentication Handler and Sling Authentication Service but it seems there is no configuration here. Could you please let me know your thoughts on how to proceed on this?