Where to locate the configuration parameter for Form Based Authentication
Hi,
I have been trying to write a custom authentication service based on the form based authentication. There are a couple of problems that i am facing.
1) Was hoping to find out the default configuration parameters of Form Based Auth but so far i have been unsuccessful. Can anybody shed some light where can i find that configuration.
2) I can't see form based authentication handler in Felix Console http://localhost:4503/system/console/slingauth but it seems to work somehow. Is it not exposed?
3) I was trying to debug snippets in org.apache.sling.auth.core.impl.SlingAuthenticator, sling default authentication handler (DefaultAuthenticationFeedbackHandler) and the methods in those class are behaving weird i.e. methods that are declared are not being called despite of the fact that declaration.
I want to reuse the Sling Form Auth as i don't want to handle the security myself and don't want loose pieces here and there for attackers.