authenticate anonymous user on publish instance
By default anonymous user is allowed to view geometrixx page without any authentication on publish instance. Other than create a new CQ user with read permission on /content/geometrixx, is it possible to add authentication when anonymous user try to view geometrixx page?
The anonymous user authentication can be similar to the authentication when user trying to enter http://localhost:4053/system/console. A window will prompt and request for a correct username and password.
Thanks