<!– Define the Login Configuration for this Application –> <login-config> <auth-method>BASIC</auth-method> <realm-name>My Club Members-only Area</realm-name> </login-config>
Yes, that's what I need, a basic authentication and then read the username (but also the password to be able to get a ticket in Alfresco) from the header of the request.
Which one is the authentication filter you talk about?